removie configuation questions openhamclock

This commit is contained in:
David Young
2026-04-10 12:28:53 -06:00
parent 3768ddd88a
commit 5761a5200a
2 changed files with 21 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ steps=cd src| make| make hamclock-1600x960| mv hamclock-1600x960 $HOME/.local/bi
version=26.1.3
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
steps=npm ci| cp .env.example .env
[direwolf]
version=1.8.1