Ubuntu 21.04 (cabextract)

The package cabextract is missing!
This commit is contained in:
Steve Zabka
2021-05-21 16:08:14 +02:00
committed by GitHub
parent 1499247620
commit e4f45bd404

View File

@@ -22,7 +22,7 @@ if VERB="$( which apt-get )" 2> /dev/null; then
sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main' && sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main' &&
sudo apt-get update && sudo apt-get update &&
sudo apt-get upgrade && sudo apt-get upgrade &&
sudo apt-get install p7zip p7zip-full p7zip-rar curl winbind && sudo apt-get install p7zip p7zip-full p7zip-rar curl winbind cabextract &&
sudo apt-get install --install-recommends winehq-staging sudo apt-get install --install-recommends winehq-staging
elif VERB="$( which dnf )" 2> /dev/null; then elif VERB="$( which dnf )" 2> /dev/null; then
echo "RedHat-based" echo "RedHat-based"