adds ubuntu versions (chatgpt, not validated)

This commit is contained in:
2024-01-29 15:46:04 -06:00
parent d696a641e4
commit ef88ca7751
5 changed files with 77 additions and 0 deletions

29
ubuntu-main.sh Normal file
View File

@@ -0,0 +1,29 @@
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3FEF9748469ADBE15DA7CA80AC2D62742012EA22
sudo sh -c 'echo "deb [arch=amd64] https://downloads.1password.com/linux/debian/amd64/ stable main" > /etc/apt/sources.list.d/1password.list'
sudo apt update
sudo apt install 1password -y
sudo apt install btop -y
sudo apt install flatseal -y
sudo apt install gnome-shell-extension-pop-shell x11-utils -y
flatpak install flathub com.yubico.yubioath -y
flatpak install flathub net.nokyan.Resources -y
# Codecs
sudo apt install ubuntu-restricted-extras -y
# Browsers
flatpak install flathub com.google.Chrome -y
flatpak install flathub org.waterfoxproject.waterfox -y
sudo apt install chromium-browser -y
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome-stable_current_amd64.deb
sudo apt install -f -y
rm google-chrome-stable_current_amd64.deb
# Video
sudo apt install djv -y
sudo apt install vlc -y
sudo apt install python3-vlc -y