fix: Corrects 1Password install to be non-interactive
This commit is contained in:
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
+2
-2
@@ -16,9 +16,9 @@ zypper -n install epiphany
|
|||||||
#-- 1Password --#
|
#-- 1Password --#
|
||||||
sudo rpm --import https://downloads.1password.com/linux/keys/1password.asc
|
sudo rpm --import https://downloads.1password.com/linux/keys/1password.asc
|
||||||
zypper addrepo https://downloads.1password.com/linux/rpm/stable/x86_64 1password
|
zypper addrepo https://downloads.1password.com/linux/rpm/stable/x86_64 1password
|
||||||
sudo zypper install 1password
|
sudo zypper -n install 1password
|
||||||
|
|
||||||
#-- Ollama 00--#
|
#-- Ollama --#
|
||||||
#-- Local llm
|
#-- Local llm
|
||||||
curl -fsSL https://ollama.com/install.sh | sh
|
curl -fsSL https://ollama.com/install.sh | sh
|
||||||
|
|
||||||
|
|||||||
Regular → Executable
Regular → Executable
Reference in New Issue
Block a user