Skip to content

Instantly share code, notes, and snippets.

@N1v0k
Last active November 14, 2016 11:09
Show Gist options
  • Save N1v0k/7c155a631420eec38f6a426344c8e514 to your computer and use it in GitHub Desktop.
Save N1v0k/7c155a631420eec38f6a426344c8e514 to your computer and use it in GitHub Desktop.
Setup new Server
#!/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