more changes
This commit is contained in:
9
install-openhamclock.sh
Executable file
9
install-openhamclock.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# Purpose : Install openhamclock
|
||||
|
||||
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)
|
||||
fi
|
||||
|
||||
echo "openhamclock is installed"...
|
||||
Reference in New Issue
Block a user