Guest User

Untitled

a guest
May 19th, 2017
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. #!/bin/bash
  2. echo installing CaptivePortal
  3. echo SSID: raspi-webgui
  4. echo Password: ChangeMe
  5. echo Login Page
  6. echo IP Address To Login Page: 10.3.141.1
  7. echo Username:admin
  8. echo password:secret
  9. ls
  10. sudo apt-get update
  11. sudo apt-get upgrade
  12. sudo --assume-yes install dnsmasq hostapd
  13. sudo --assume-yes install lighttpd php5-cgi
  14. sudo --assume-yes install dnsmasq hostapd
  15.  
  16. sudo wget -q https://git.io/voEUQ -O /tmp/raspap && bash /tmp/raspap
  17.  
  18.  
  19. ----------------------------
  20.  
  21.  
  22.  
  23. #!/bin/bash
  24. echo installing CaptivePortal
  25. echo page URL: 192.168.42.1
  26. ls
  27. sudo apt-get update
  28. sudo apt-get upgrade
  29. sudo git clone https://github.com/msolters/rpi-softap
  30. sudo cp -r rpi-softap /etc/rpi-softap
  31. sudo /etc/rpi-softap/scripts/install
Add Comment
Please, Sign In to add comment