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