Skip to content

Instantly share code, notes, and snippets.

View bhediathewolf's full-sized avatar

Sannidhya Sandheer bhediathewolf

  • NMIMS Shirpur
View GitHub Profile
@bhediathewolf
bhediathewolf / freshInstall.sh
Last active August 14, 2017 04:38
Installation script for setting up a new Ubuntu or Ubuntu based install. This script has been written for elementary OS Loki.
#!/bin/sh
# Entering new setup folder
mkdir freshInstallation
cd freshInstallation
# Updating repositories, packages and a dist upgrading
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade