Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
fix(wine): install winezgui properly
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz committed Mar 18, 2024
1 parent e9fe0ae commit 71e3a3b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/scripts/winezgui.nu
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/env nu
git clone https://github.com/fastrizwaan/WineZGUI /tmp/winezgui
/tmp/winezgui/setup --install
cd /tmp/winezgui
./setup --install
ln -s /usr/bin/wine64 /usr/bin/wine
ln -s /usr/bin/wineserver64 /usr/bin/wineserver

0 comments on commit 71e3a3b

Please sign in to comment.