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