first draft of ubuntu setup script
This commit is contained in:
23
ubuntu_setup.bat
Executable file
23
ubuntu_setup.bat
Executable file
@@ -0,0 +1,23 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
ECHO This is a startus script for Ubuntu
|
||||||
|
yes | sudo apt update && sudo apt upgrade && sudo apt install git
|
||||||
|
yes | sudo apt install wget
|
||||||
|
|
||||||
|
|
||||||
|
###Install Proton Mail and VPN #######
|
||||||
|
|
||||||
|
#### Mail ####
|
||||||
|
wget https://proton.me/download/mail/linux/ProtonMail-desktop-beta.deb
|
||||||
|
yes | sudo apt install ./ProtonMail-desktop-beta.deb
|
||||||
|
|
||||||
|
#### VPN ####
|
||||||
|
yes | sudo apt install proton-vpn-cli
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#### Install Discord ####
|
||||||
|
wget https://dl.discordapp.net/apps/linux/0.0.15/discord-0.0.15.deb
|
||||||
|
yes | sudo apt install ./discord-0.0.15.deb
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user