install some packages

This commit is contained in:
David Young
2026-04-09 14:21:09 -06:00
parent 11105fa1bd
commit bde8ad0c9b
3 changed files with 12 additions and 8 deletions

View File

@@ -5,4 +5,8 @@ install=$HOME/.local/bin/hamclock
gui=true
steps=cd src, make, make hamclock-1600x960, mv hamclock-1600X960 $HOME/.local/bin/hamclock
[direwolf]
version=1.8.1
git=https://github.com/wb2osz/direwolf.git
install=$HOME/.local/bin/direwolf
steps=mkdir build, cd build, cmake .. -DCMAKE_INSTALL_PREFIX=$HOME/.local, make -j4, sudo make install, sudo udevadm control --reload-rules, mkdir -p $HOME/.local/state/HamPack/conf.d, cp -n $HOME/.local/share/HamPack/conf.d/direwolf.conf $HOME/.local/state/HamPack/conf.d/

View File

@@ -50,6 +50,9 @@ cp $HOME/.local/share/HamPackServer/hampackserverupdate $HOME/.local/bin/hampack
cd ~/.local/share/HamPackServer
echo "Updating system..."
sudo pacman -Syu --noconfirm
install_yay() {
rm -rf /tmp/yay
git clone https://aur.archlinux.org/yay.git /tmp/yay
@@ -81,11 +84,6 @@ if [ ! -f "packages.conf" ]; then
fi
source packages.conf
# echo "Updating system..."
# sudo pacman -Syu --noconfirm
cd ~/
echo "Installing servers..."
install_packages "${SERVERS[@]}"

View File

@@ -1,10 +1,12 @@
# Ham servers
SERVERS=(
direwolf
# nothing at the moment
)
# Ham server utilities
UTILITIES=(
# nothing at the moment
nodejs
npm
nvm
)