Last active
November 14, 2016 11:09
-
-
Save N1v0k/7c155a631420eec38f6a426344c8e514 to your computer and use it in GitHub Desktop.
Setup new Server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y && apt-get purge -y && apt-get autoremove -y | |
apt-get install dbus nano htop openssh-server | |
reboot now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment