feat: initial commit
This commit is contained in:
26
Debian/11-install-applications-workstation.sh
Normal file
26
Debian/11-install-applications-workstation.sh
Normal file
@@ -0,0 +1,26 @@
|
||||
#!/bin/sh
|
||||
|
||||
#########################################
|
||||
######## Debian Repository ##############
|
||||
#########################################
|
||||
|
||||
#-- Flatpak Gnome Software Plugin --#
|
||||
apt install gnome-software-plugin-flatpak -y
|
||||
|
||||
#-- Rhythmbox --#
|
||||
apt install rhythmbox -y
|
||||
|
||||
#-- Nextcloud Desktop --#
|
||||
apt install nextcloud-desktop -y
|
||||
|
||||
#-- Gnome Web --#
|
||||
apt install epiphany-browser -y
|
||||
|
||||
#-- 1Password --#
|
||||
wget -O ~/Downloads/1password-latest.deb https://downloads.1password.com/linux/debian/amd64/stable/1password-latest.deb
|
||||
apt install -f ~/Downloads/1password-latest.deb -y
|
||||
|
||||
#-- Ollama 00--#
|
||||
#-- Local llm
|
||||
curl -fsSL https://ollama.com/install.sh | sh
|
||||
|
||||
Reference in New Issue
Block a user