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