17 lines
129 B
Plaintext
17 lines
129 B
Plaintext
# Ham servers
|
|
SERVERS=(
|
|
apache
|
|
mariadb
|
|
)
|
|
|
|
# Ham server utilities
|
|
UTILITIES=(
|
|
libx11
|
|
nodejs
|
|
npm
|
|
wget
|
|
php
|
|
unzip
|
|
)
|
|
|