mirror of
https://github.com/aljazceru/omakub.git
synced 2026-01-20 12:24:20 +01:00
Make commercial apps optional
This commit is contained in:
5
install/optional/app-1password.sh
Normal file
5
install/optional/app-1password.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
cd /tmp
|
||||
wget https://downloads.1password.com/linux/debian/amd64/stable/1password-latest.deb
|
||||
sudo apt install -y ./1password-latest.deb
|
||||
rm 1password-latest.deb
|
||||
cd -
|
||||
4
install/optional/app-spotify.sh
Normal file
4
install/optional/app-spotify.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
curl -sS https://download.spotify.com/debian/pubkey_6224F9941A8AA6D1.gpg | sudo gpg --dearmor --yes -o /etc/apt/trusted.gpg.d/spotify.gpg
|
||||
echo "deb [signed-by=/etc/apt/trusted.gpg.d/spotify.gpg] http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sources.list.d/spotify.list
|
||||
sudo apt update
|
||||
sudo apt install -y spotify-client
|
||||
5
install/optional/app-zoom.sh
Normal file
5
install/optional/app-zoom.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
cd /tmp
|
||||
wget https://zoom.us/client/latest/zoom_amd64.deb
|
||||
sudo apt install -y ./zoom_amd64.deb
|
||||
rm zoom_amd64.deb
|
||||
cd -
|
||||
Reference in New Issue
Block a user