more openhamclock fixes
This commit is contained in:
@@ -3,7 +3,8 @@
|
|||||||
# 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 | 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
|
fi
|
||||||
|
|
||||||
echo "openhamclock is installed"...
|
echo "openhamclock is installed"...
|
||||||
@@ -8,6 +8,7 @@ SERVERS=(
|
|||||||
UTILITIES=(
|
UTILITIES=(
|
||||||
alsa-lib
|
alsa-lib
|
||||||
cmake
|
cmake
|
||||||
|
curl
|
||||||
gpsd
|
gpsd
|
||||||
hamlib
|
hamlib
|
||||||
libx11
|
libx11
|
||||||
|
|||||||
Reference in New Issue
Block a user