feat: initial commit
This commit is contained in:
27
OpenSUSE/11-install-applications-workstation.sh
Normal file
27
OpenSUSE/11-install-applications-workstation.sh
Normal file
@@ -0,0 +1,27 @@
|
||||
#!/bin/sh
|
||||
|
||||
#########################################
|
||||
######## Debian Repository ##############
|
||||
#########################################
|
||||
|
||||
#-- Flatpak Gnome Software Plugin --#
|
||||
zypper -n install gnome-software
|
||||
|
||||
#-- Rhythmbox --#
|
||||
zypper -n install rhythmbox
|
||||
|
||||
#-- Nextcloud Desktop --#
|
||||
zypper -n install nextcloud-desktop
|
||||
|
||||
#-- Gnome Web --#
|
||||
zypper -n install epiphany
|
||||
|
||||
#-- 1Password --#
|
||||
sudo rpm --import https://downloads.1password.com/linux/keys/1password.asc
|
||||
zypper addrepo https://downloads.1password.com/linux/rpm/stable/x86_64 1password
|
||||
sudo zypper install 1password
|
||||
|
||||
#-- Ollama 00--#
|
||||
#-- Local llm
|
||||
curl -fsSL https://ollama.com/install.sh | sh
|
||||
|
||||
Reference in New Issue
Block a user