35 lines
1.1 KiB
Bash
35 lines
1.1 KiB
Bash
# 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 curl -y
|
|
sudo apt-get install fuse libfuse2 -y
|
|
# sudo apt install flatseal -y
|
|
|
|
# sudo apt install gnome-software-plugin-flatpak -y
|
|
# sudo apt install gnome-shell-extension-pop-shell x11-utils -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
|
|
|
|
# sudo reboot now
|
|
# sudo apt install flatpak -y
|
|
# flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|