I hereby claim:
- I am flarenetwork on github.
- I am flarenetwork (https://keybase.io/flarenetwork) on keybase.
- I have a public key whose fingerprint is C6C4 B26F 2724 2137 B55D 497F 166B A343 9CD7 EDBB
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| apt-get update | |
| apt-get upgrade | |
| apt-get install x11vnc xinit xvfb libxcursor1 ca-certificates bzip2 curl libglib2.0-0 nano | |
| adduser bot | |
| x | |
| x | |
| x | |
| x | |
| x | |
| Y |
| #!/bin/bash | |
| # Install steamboosthours script on debian or ubuntu server | |
| # requires root | |
| if [[ "$USER" != 'root' ]]; then | |
| echo "Sorry, you need to run this as as root" | |
| exit | |
| fi | |
| apt-get update |