further improvements
This commit is contained in:
@@ -5,6 +5,12 @@ install=$HOME/.local/bin/hamclock
|
||||
gui=true
|
||||
steps=cd src, make, make hamclock-1600x960, mv hamclock-1600X960 $HOME/.local/bin/hamclock
|
||||
|
||||
[openhamclock]
|
||||
version=
|
||||
git=https://github.com/accius/openhamclock.git
|
||||
install=$HOME/.local/bin/openhamclock
|
||||
steps=npm ci, cp .env.example .env, read -rp "What is your call sign? " CALLSIGN, sed -i "s/CALLSIGN=NOCALL/CALLSIGN=$CALLSIGN/" .env, read -rp "What is the host IP address or domain name? " HOST, sed -i "s/HOST=localhost/HOST=$HOST/" .env, read -rp "What is your locator code? " LOCATOR, sed -i "s/LOCATOR=FN31/LOCATOR=$LOCATOR/" .env
|
||||
|
||||
[direwolf]
|
||||
version=1.8.1
|
||||
git=https://github.com/wb2osz/direwolf.git
|
||||
|
||||
Reference in New Issue
Block a user