Updating setup linux script. Updating applications for AppImageLauncher.

This commit is contained in:
Bradley Shellnut 2021-12-26 20:31:56 -08:00
parent fc9b82da11
commit a1ca912cdd
2 changed files with 19 additions and 3 deletions

View file

@ -1,7 +1,12 @@
#!/bin/bash #!/bin/bash
set -ex set -ex
# Add dell drivers for focal fossa # Ensure repositories are enabled
sudo add-apt-repository universe
sudo add-apt-repository multiverse
sudo add-apt-repository restricted
# Add dell drivers for focal fossa XPS 13
sudo sh -c 'cat > /etc/apt/sources.list.d/focal-dell.list << EOF sudo sh -c 'cat > /etc/apt/sources.list.d/focal-dell.list << EOF
deb http://dell.archive.canonical.com/updates/ focal-dell public deb http://dell.archive.canonical.com/updates/ focal-dell public
@ -9,9 +14,15 @@ deb http://dell.archive.canonical.com/updates/ focal-dell public
deb http://dell.archive.canonical.com/updates/ focal-oem public deb http://dell.archive.canonical.com/updates/ focal-oem public
# deb-src http://dell.archive.canonical.com/updates/ focal-oem public # deb-src http://dell.archive.canonical.com/updates/ focal-oem public
deb http://dell.archive.canonical.com/updates/ focal-somerville public
# deb-src http://dell.archive.canonical.com/updates/ focal-somerville public
deb http://dell.archive.canonical.com/updates/ focal-somerville-melisa public
# deb-src http://dell.archive.canonical.com/updates focal-somerville-melisa public
EOF' EOF'
sudo apt update -q sudo apt update -qq
# Install general utilities # Install general utilities
sudo apt install git curl xclip htop openssh-server sshfs vim neofetch file gnome-tweaks sudo apt install git curl xclip htop openssh-server sshfs vim neofetch file gnome-tweaks
@ -137,7 +148,7 @@ flatpak install flathub com.bitwarden.desktop
flatpak install flathub org.filezillaproject.Filezilla flatpak install flathub org.filezillaproject.Filezilla
flatpak install flathub com.getpostman.Postman flatpak install flathub com.getpostman.Postman
flatpak install flathub org.qbittorrent.qBittorrent flatpak install flathub org.qbittorrent.qBittorrent
flatpak install flathub org.standardnotes.standardnotes # flatpak install flathub org.standardnotes.standardnotes
# Yubico # Yubico
flatpak install flathub com.yubico.yubioath flatpak install flathub com.yubico.yubioath

View file

@ -83,6 +83,11 @@
### App Image Instructions ### App Image Instructions
[App Image Launcher](https://github.com/TheAssassin/AppImageLauncher) - Used to automatically link for execution
- Installation: https://github.com/TheAssassin/AppImageLauncher/wiki/Install-on-Ubuntu-or-Debian
OR Manual Install
Linux AppImage Instructions: Linux AppImage Instructions:
An AppImage is a self-contained instance of the application. Upon download, please move this file to a more permanent location on your system. You will need to keep this file for as long as you intend to use Standard Notes. An AppImage is a self-contained instance of the application. Upon download, please move this file to a more permanent location on your system. You will need to keep this file for as long as you intend to use Standard Notes.