Преглед изворни кода

added question dialog to run XAMPP after installation

master
Soekarmana пре 12 година
родитељ
комит
02bf468a99
1 измењених фајлова са 7 додато и 0 уклоњено
  1. +7
    -0
      easyLAMPP

+ 7
- 0
easyLAMPP Прегледај датотеку

@ -56,3 +56,10 @@ Icon=folder-remote
EOF
) > "$HtdocsFolder"
chmod +x "$HtdocsFolder"
if zenity --question --text="Do you want to launch XAMPP now ?" --title="Installation Finished" == 0
then
$sudotool /opt/lampp/share/xampp-control-panel/xampp-control-panel
fi
exit 0

Loading…
Откажи
Сачувај