feature: adding winelink script
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
tmp/
|
||||||
+1
-1
Submodule 73Linux updated: 73a9e74ffd...5c36c57cd6
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
Reference in New Issue
Block a user