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