fix openhamclock install
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#
|
||||
# Purpose : Install openhamclock
|
||||
|
||||
if [ ! -d "$HOME/.local/bin/openhamclock" ]; then
|
||||
if [ ! -d "$HOME/openhamclock" ]; then
|
||||
curl -fsSL https://raw.githubusercontent.com/accius/openhamclock/main/scripts/setup-linux.sh | bash -s -- --service
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user