24 lines
209 B
Plaintext
24 lines
209 B
Plaintext
# Ham servers
|
|
SERVERS=(
|
|
# nothing at this time
|
|
)
|
|
|
|
# Ham server utilities
|
|
UTILITIES=(
|
|
alsa-lib
|
|
cmake
|
|
curl
|
|
docker
|
|
docker-compose
|
|
gpsd
|
|
hamlib
|
|
libx11
|
|
nano
|
|
nodejs
|
|
npm
|
|
vi
|
|
wget
|
|
unzip
|
|
)
|
|
|