fix versions
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"WebFetch(domain:github.com)",
|
||||
"WebSearch"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -51,7 +51,7 @@ gui=true
|
||||
steps=rm -rf $HOME/.local/bin/yaac, mkdir -p $HOME/.local/bin/yaac, mv /tmp/hampack-build/yaac/* $HOME/.local/bin/yaac/
|
||||
|
||||
[potacat]
|
||||
version=1.3.14
|
||||
version=1.5.10
|
||||
git=https://github.com/Waffleslop/POTACAT.git
|
||||
install=$HOME/.local/bin/POTACAT.AppImage
|
||||
desktop=$HOME/.local/share/HamPack/desktop/potacat.desktop
|
||||
|
||||
@@ -40,7 +40,24 @@ else
|
||||
yay -Sua --noconfirm
|
||||
fi
|
||||
|
||||
# Will need to update the downloaded binaries and the compiled apps
|
||||
# In the area below...
|
||||
HAMPACK_DIR="$HOME/.local/share/HamPack"
|
||||
|
||||
echo "Pulling latest HamPack configuration..."
|
||||
git -C "$HAMPACK_DIR" pull
|
||||
|
||||
echo "Installing any new packages..."
|
||||
source "$HAMPACK_DIR/utils.sh"
|
||||
source "$HAMPACK_DIR/packages.conf"
|
||||
install_packages "${UTILITIES[@]}"
|
||||
install_packages "${APPLICATIONS[@]}"
|
||||
|
||||
echo "Installing any new Flatpaks..."
|
||||
source "$HAMPACK_DIR/install-flatpaks.sh"
|
||||
|
||||
echo "Installing any new or updated compiled applications..."
|
||||
bash "$HAMPACK_DIR/install-compiled.sh"
|
||||
|
||||
echo "Installing any new or updated pre-built binaries..."
|
||||
bash "$HAMPACK_DIR/install-binaries.sh"
|
||||
|
||||
echo "Done. You probably want to reboot your system..."
|
||||
|
||||
Reference in New Issue
Block a user