Compare commits

..

2 Commits

Author SHA1 Message Date
c8a8b4f311 Undid the patch, because it's not needed anymore 2025-10-05 21:32:03 -04:00
4628f33a48 Update: Added some stuff to the scripts 2025-09-29 13:49:47 -04:00
2 changed files with 3 additions and 3 deletions

View File

@@ -8,13 +8,13 @@ setup-distrobox:
done-goofed:
distrobox-rm HamBox
run-73Linux: run-73Linux-Pull
run-73Linux: run-73Linux-Pull export-apps
distrobox-enter --name HamBox -- bash 73-run.sh
run-73Linux-Pull:
distrobox-enter --name HamBox -- bash 73-pull.sh
run-winelink:
run-winelink: export-apps
distrobox-enter --name HamBox -- bash winelink.sh
export-apps:

View File

@@ -2,6 +2,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
patch install_winelink.sh ../patchs/winelink.patch
#patch install_winelink.sh ../patchs/winelink.patch
bash install_winelink.sh
rm -r ./tmp