From e18aa0bbcfb09a946dd141ae796c2175cd1bb201 Mon Sep 17 00:00:00 2001 From: Eric Lynema Date: Mon, 29 Sep 2025 13:13:28 -0400 Subject: [PATCH] feature: adding winelink script --- .gitignore | 1 + 73Linux | 2 +- justfile | 3 +++ winelink.sh | 6 ++++++ 4 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .gitignore create mode 100644 winelink.sh diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3fec32c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +tmp/ diff --git a/73Linux b/73Linux index 73a9e74..5c36c57 160000 --- a/73Linux +++ b/73Linux @@ -1 +1 @@ -Subproject commit 73a9e74ffd9645ae03fddaaa2642eb76f3bc0b19 +Subproject commit 5c36c57cd63e3802ec1029fe656e8329adef5e3c diff --git a/justfile b/justfile index 939133c..f2add10 100644 --- a/justfile +++ b/justfile @@ -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 diff --git a/winelink.sh b/winelink.sh new file mode 100644 index 0000000..8d53074 --- /dev/null +++ b/winelink.sh @@ -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 +