Skip to content

Instantly share code, notes, and snippets.

@zicodhkbd
Created November 1, 2019 16:44
Show Gist options
  • Save zicodhkbd/e5f0c2a648e4a0857c0bca1cbeeb0ddc to your computer and use it in GitHub Desktop.
Save zicodhkbd/e5f0c2a648e4a0857c0bca1cbeeb0ddc to your computer and use it in GitHub Desktop.
Things to do after install ubuntu 18.04
#!/bin/sh
sudo apt-get update && sudo apt-get upgrade --fix-missing
sudo apt-get install build-essential
sudo apt-get update && sudo apt-get upgrade --fix-missing
sudo apt-get install build-essential checkinstall
sudo apt-get update && sudo apt-get upgrade --fix-missing
sudo apt-get install ubuntu-restricted-extras
sudo apt-get update && sudo apt-get upgrade --fix-missing
sudo apt-get -s autoremove
sudo apt-get update && sudo apt-get upgrade --fix-missing
echo "Cleaning Up" &&
sudo apt-get -f install &&
sudo apt-get autoremove &&
sudo apt-get -y autoclean &&
sudo apt-get -y clean
sudo reboo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment