Skip to content

Instantly share code, notes, and snippets.

View ariyanmorshed's full-sized avatar

Ariyan Morshed ariyanmorshed

View GitHub Profile
@ariyanmorshed
ariyanmorshed / things.sh
Created February 26, 2019 11:53
Things To Do After Install Ubuntu 18.04
#!/bin/sh
sudo apt update && sudo apt-get upgrade --fix-missing
sudo apt install build-essential checkinstall
sudo apt install ubuntu-restricted-extras
sudo apt list --upgradable
sudo apt upgrade
sudo add-apt-repository -y ppa:videolan/stable-daily
sudo add-apt-repository -y ppa:gnome3-team/gnome3
sudo add-apt-repository -y ppa:webupd8team/java