Advertisement
Guest User

Untitled

a guest
Nov 11th, 2010
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. --- xampp.install 1970-01-01 04:13:08.000000000 -0500
  2. +++ xampp-language.install 2010-11-11 23:46:54.835993771 -0500
  3. @@ -1,8 +1,9 @@
  4. post_install() {
  5. - echo "XAMPP is now installed below the /opt/lampp directory"
  6. - echo "To start, stop or restart XAMPP simply call the command:"
  7. - echo " lampp {start, stop, restart} or xampp {start, stop, restart}"
  8. - echo "Then you can check that everything really works, Just enter the following URL at your web browser:"
  9. + echo "XAMPP is now installed at /opt/lampp"
  10. + echo "To start, stop, or restart XAMPP, use one of the following:"
  11. + echo " lampp {start, stop, restart}"
  12. + echo " xampp {start, stop, restart}"
  13. + echo "To check that everything works, start XAMPP and visit the following URL:"
  14. echo " http://localhost"
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement