Skip to content

Instantly share code, notes, and snippets.

@alisterlf
Last active October 21, 2022 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alisterlf/4f800bd162f951d5d1097974329a0895 to your computer and use it in GitHub Desktop.
Save alisterlf/4f800bd162f951d5d1097974329a0895 to your computer and use it in GitHub Desktop.
sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) main universe restricted multiverse"
sudo add-apt-repository "deb http://archive.canonical.com/ubuntu $(lsb_release -sc) partner"
sudo apt-get update
sudo apt install curl
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb
rm google-chrome-stable_current_amd64.deb
sudo curl -L -o "./teams.deb" "https://teams.microsoft.com/downloads/desktopurl?env=production&plat=linux&arch=x64&download=true&linuxArchiveType=deb"
sudo apt install ./teams.deb -y
rm teams.deb
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
nvm install stable
sudo apt install git
sudo apt install fonts-firacode
sudo snap install code --classic
sudo snap install slack --classic
sudo snap install postman
sudo snap install vlc
sudo apt install apt-transport-https
sudo wget https://swupdate.openvpn.net/repos/openvpn-repo-pkg-key.pub
sudo apt-key add openvpn-repo-pkg-key.pub
sudo wget -O /etc/apt/sources.list.d/openvpn3.list "https://swupdate.openvpn.net/community/openvpn3/repos/openvpn3-$(lsb_release -sc).list"
sudo apt install openvpn3
openvpn3 session-start --config ~/Documents/client.ovpn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment