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
View File
@@ -0,0 +1 @@
tmp/
+1 -1
Submodule 73Linux updated: 73a9e74ffd...5c36c57cd6
+3
View File
@@ -14,6 +14,9 @@ run-73Linux: run-73Linux-Pull
run-73Linux-Pull: run-73Linux-Pull:
distrobox-enter --name HamBox -- bash 73-pull.sh distrobox-enter --name HamBox -- bash 73-pull.sh
run-winelink:
distrobox-enter --name HamBox -- bash winelink.sh
export-apps: export-apps:
distrobox-enter --name HamBox -- bash export.sh distrobox-enter --name HamBox -- bash export.sh
+6
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