Advertisement
riseofdead

speedtest install

Apr 12th, 2018 (edited)
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.24 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. apt update
  4. apt upgrade
  5. apt install curl screen lighttpd
  6. rm -rf /var/www/html/*
  7. curl -s https://packagecloud.io/install/repositories/ookla/speedtest-cli/script.deb.sh | bash
  8. apt install speedtest
  9. echo "Fertig installiert"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement