Removed .sh from names, packs support
This commit is contained in:
14
install/wine
Executable file
14
install/wine
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/bin/bash
|
||||
##makedesc: Installwine (latest) + ppa (focal)
|
||||
|
||||
echo
|
||||
echo "==============================================="
|
||||
echo "Installing wine (latest)..."
|
||||
echo "==============================================="
|
||||
echo
|
||||
|
||||
sudo dpkg --add-architecture i386
|
||||
wget -qO- https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add -
|
||||
sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'
|
||||
sudo apt install -y --autoremove winehq-stable
|
||||
wine --version
|
||||
Reference in New Issue
Block a user