This website works better with JavaScript.
Home
Explore
Help
Sign In
soekarmana
/
easylampp
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
added question dialog to run XAMPP after installation
master
Soekarmana
13 years ago
parent
b30e006617
commit
02bf468a99
1 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
easyLAMPP
+ 7
- 0
easyLAMPP
View File
@ -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
Write
Preview
Loading…
Cancel
Save