further changes
This commit is contained in:
@@ -44,8 +44,8 @@ echo "Getting the latest version of HamPackServer..."
|
|||||||
rm -rf ~/.local/share/HamPack
|
rm -rf ~/.local/share/HamPack
|
||||||
git clone https://gitea.young.computer/david/HamPackServer.git ~/.local/share/HamPackServer > /dev/null
|
git clone https://gitea.young.computer/david/HamPackServer.git ~/.local/share/HamPackServer > /dev/null
|
||||||
|
|
||||||
sudo cp ~/.local/share/HamPack/hampackserverrefresh ~/.local/bin/hampackserverrefresh
|
sudo cp ~/.local/share/HamPackServer/hampackserverrefresh ~/.local/bin/hampackserverrefresh
|
||||||
sudo cp ~/.local/share/HamPack/hampackserverupdate ~/.local/bin/hampackserverupdate
|
sudo cp ~/.local/share/HamPackServer/hampackserverupdate ~/.local/bin/hampackserverupdate
|
||||||
|
|
||||||
cd ~/.local/share/HamPackServer
|
cd ~/.local/share/HamPackServer
|
||||||
|
|
||||||
@@ -67,7 +67,7 @@ cd ~/
|
|||||||
echo "Installing servers..."
|
echo "Installing servers..."
|
||||||
install_packages "${SERVERS[@]}"
|
install_packages "${SERVERS[@]}"
|
||||||
|
|
||||||
cd ~/.local/share/HamPack
|
cd ~/.local/share/HamPackServer
|
||||||
|
|
||||||
if [ ! -d "$HOME/.nvm" ]; then
|
if [ ! -d "$HOME/.nvm" ]; then
|
||||||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
|
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
# Ham servers
|
# Ham servers
|
||||||
SERVERS=(
|
SERVERS=(
|
||||||
alsa-utils
|
direwolf
|
||||||
)
|
)
|
||||||
|
|
||||||
# Ham server utilities
|
# Ham server utilities
|
||||||
UTILITIES=(
|
UTILITIES=(
|
||||||
direwolf
|
# nothing at the moment
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user