fixing hamclock

This commit is contained in:
David Young
2026-04-30 11:46:41 -06:00
parent 864f97b473
commit aa42540acc
4 changed files with 38 additions and 14 deletions

View File

@@ -71,9 +71,10 @@ cp "$HOME/.local/share/HamPackServer/scripts/start-hamclock.sh" "$HOME/.local/bi
chmod +x "$HOME/.local/bin/start-hamclock.sh"
mkdir -p "$HOME/.config/systemd/user"
mkdir -p "$HOME/.local/share/hamclock"
cp "$HOME/.local/share/HamPackServer/servicefiles/hamclock.service" "$HOME/.config/systemd/user/"
systemctl --user daemon-reload
systemctl --user enable --now hamclock
systemctl --user enable hamclock
bash "$HOME/.local/share/HamPackServer/scripts/hamclock-cleanup.sh"
cd ~/.local/share/HamPackServer