Cant remember

This commit is contained in:
Gabriel Brown 2025-01-29 18:53:44 -06:00
parent 458819910a
commit ee48ff7e5a
4 changed files with 33 additions and 3 deletions

29
bin/sunhat-upgrade Normal file
View File

@ -0,0 +1,29 @@
#!/bin/bash
echo "Updating ollama..."
source $SUNHAT_PATH/install/optional/service_ollama.sh
echo "Ollama Update Complete."
echo "Updating Espanso..."
cd ~/.local/share/sunhat/packages/espanso
git pull
cargo install --force cargo-make --version 0.34.0
cargo make --profile release --env NO_X11=true build-binary
sudo mv target/release/espanso /usr/local/bin/espanso
sudo setcap "cap_dac_override+p" $(which espanso)
espanso service register
espanso start
echo "Espanso Update Complete."
echo "Updating John the Ripper..."
cd ~/.local/share/sunhat/packages/JohnTheRipper/src
git pull
./configure && make
echo "John the Ripper Update Complete."
echo "Updating Hanabi"
cd ~/.local/share/sunhat/packages/hanabi
git pull
./run.sh install
echo "Hanabi installed"

View File

@ -136,12 +136,13 @@ Description=Ollama Service
After=network-online.target
[Service]
ExecStart=/bin/bash -lc 'OLLAMA_HOST=0.0.0.0:4242 $BINDIR/ollama serve'
ExecStart=$BINDIR/ollama serve
User=ollama
Group=ollama
Restart=always
RestartSec=3
Environment="PATH=$PATH"
Environment="OLLAMA_HOST=0.0.0.0:4242"
[Install]
WantedBy=default.target

@ -1 +1 @@
Subproject commit b9ac086adf5c14d07f8b60a7009acd878f6cf7ca
Subproject commit fd9a7dd4f2afccaeb61623286b1230c0df0c7033

@ -1 +1 @@
Subproject commit f682e17b30def8ebbf9b4b3f0a60df0443633e4c
Subproject commit b509fcaf6119d5c4b07fe37692fc3d5c6cb94f56