feature: adding winelink script

This commit is contained in:
2025-09-29 13:13:28 -04:00
parent 7712d1ae47
commit e18aa0bbcf
4 changed files with 11 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
tmp/

Submodule 73Linux updated: 73a9e74ffd...5c36c57cd6

View File

@@ -14,6 +14,9 @@ run-73Linux: run-73Linux-Pull
run-73Linux-Pull:
distrobox-enter --name HamBox -- bash 73-pull.sh
run-winelink:
distrobox-enter --name HamBox -- bash winelink.sh
export-apps:
distrobox-enter --name HamBox -- bash export.sh

6
winelink.sh Normal file
View File

@@ -0,0 +1,6 @@
mkdir ./tmp
cd ./tmp
sudo apt install x11-xserver-utils wine -y
curl -O https://raw.githubusercontent.com/WheezyE/Winelink/main/install_winelink.sh && \
bash install_winelink.sh