renamed ubuntu_setup.bat to ubuntu_setup.sh

This commit is contained in:
2025-12-10 21:47:14 -08:00
parent 49f54a81ec
commit 5b3ef0b136

23
ubuntu_setup.sh Executable file
View 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