Compare commits
4 Commits
e18aa0bbcf
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| c8a8b4f311 | |||
| 4628f33a48 | |||
| ee205a2682 | |||
| 310351c959 |
4
justfile
4
justfile
@@ -8,13 +8,13 @@ setup-distrobox:
|
|||||||
done-goofed:
|
done-goofed:
|
||||||
distrobox-rm HamBox
|
distrobox-rm HamBox
|
||||||
|
|
||||||
run-73Linux: run-73Linux-Pull
|
run-73Linux: run-73Linux-Pull export-apps
|
||||||
distrobox-enter --name HamBox -- bash 73-run.sh
|
distrobox-enter --name HamBox -- bash 73-run.sh
|
||||||
|
|
||||||
run-73Linux-Pull:
|
run-73Linux-Pull:
|
||||||
distrobox-enter --name HamBox -- bash 73-pull.sh
|
distrobox-enter --name HamBox -- bash 73-pull.sh
|
||||||
|
|
||||||
run-winelink:
|
run-winelink: export-apps
|
||||||
distrobox-enter --name HamBox -- bash winelink.sh
|
distrobox-enter --name HamBox -- bash winelink.sh
|
||||||
|
|
||||||
export-apps:
|
export-apps:
|
||||||
|
|||||||
4
patchs/winelink.patch
Normal file
4
patchs/winelink.patch
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
550c550
|
||||||
|
< WINEDEBUG=-all wine WinlinkExpressInstaller/Winlink_Express_install.exe /SILENT
|
||||||
|
---
|
||||||
|
> WINEDEBUG=-all wine WinlinkExpressInstaller/Winlink_Express_install_*.exe /SILENT
|
||||||
@@ -1,6 +1,7 @@
|
|||||||
mkdir ./tmp
|
mkdir ./tmp
|
||||||
cd ./tmp
|
cd ./tmp
|
||||||
sudo apt install x11-xserver-utils wine -y
|
sudo apt install x11-xserver-utils wine -y
|
||||||
curl -O https://raw.githubusercontent.com/WheezyE/Winelink/main/install_winelink.sh && \
|
curl -O https://raw.githubusercontent.com/WheezyE/Winelink/main/install_winelink.sh
|
||||||
bash install_winelink.sh
|
#patch install_winelink.sh ../patchs/winelink.patch
|
||||||
|
bash install_winelink.sh
|
||||||
|
rm -r ./tmp
|
||||||
|
|||||||
Reference in New Issue
Block a user