Compare commits
2 Commits
ee205a2682
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| c8a8b4f311 | |||
| 4628f33a48 |
4
justfile
4
justfile
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user