Removed .sh from names, packs support

This commit is contained in:
2022-07-04 19:34:00 +08:00
parent 4a71dd0ae8
commit e9cd7ee2ae
29 changed files with 68 additions and 34 deletions

14
install/wine Executable file
View 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