Skip to content

Commit

Permalink
Wine (x86/x64): upgrade box86/box64 if possible
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed Jun 24, 2023
1 parent 8b42ee3 commit 42b32d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/Wine (x64)/install-64
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ version=8.11
if ! command -v box64 >/dev/null ;then
error "User error: Pi-Apps thinks Box64 is installed, however no command named 'box64' exists. Please install Box64 manually."
fi
#upgrade box86
echo "Upgrading Box64 if necessary:"
apt_lock_wait
sudo apt install --only-upgrade box64-* -y
echo "Installed Box64 version:"
box64 -v || error "User error: Something went wrong when trying to run Box64."

Expand Down
4 changes: 4 additions & 0 deletions apps/Wine (x86)/install-32
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ version=8.11
if ! command -v box86 >/dev/null ;then
error "User error: Pi-Apps thinks Box86 is installed, however no command named 'box86' exists. Please install Box86 manually."
fi
#upgrade box86
echo "Upgrading Box86 if necessary:"
apt_lock_wait
sudo apt install --only-upgrade box86-* -y
echo "Installed Box86 version:"
box86 -v || error "User error: Something went wrong when trying to run Box86."

Expand Down

0 comments on commit 42b32d8

Please sign in to comment.