scripts initial

This commit is contained in:
David Young
2026-04-10 14:49:36 -06:00
parent 6b379cfb40
commit f2edc30575
2 changed files with 13 additions and 0 deletions

View File

@@ -67,6 +67,8 @@ git clone https://gitea.young.computer/david/HamPackServer.git "$HOME/.local/sha
mkdir -p "$HOME/.local/bin"
cp "$HOME/.local/share/HamPackServer/hampackserverrefresh" "$HOME/.local/bin/hampackserverrefresh"
cp "$HOME/.local/share/HamPackServer/hampackserverupdate" "$HOME/.local/bin/hampackserverupdate"
cp "$HOME/.local/share/HamPackServer/scripts/start-hamclock.sh" "$HOME/.local/bin/start-hamclock.sh"
chmod +x "$HOME/.local/bin/start-hamclock.sh"
cd ~/.local/share/HamPackServer