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

Commit

Permalink
fix(wine): typo in install
Browse files Browse the repository at this point in the history
Apparently nushell does not accept the .(SOMETHING) pattern?
  • Loading branch information
tulilirockz committed Mar 20, 2024
1 parent 86a38f2 commit 180d0a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/scripts/wine-setup.nu
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let FEDORA_MAJOR_VERSION = (run-external --redirect-combine rpm '-E' '%fedora' |
$"https://copr.fedorainfracloud.org/coprs/patrickl/libcurl-gnutls/repo/fedora-($FEDORA_MAJOR_VERSION)/patrickl-libcurl-gnutls-fedora-($FEDORA_MAJOR_VERSION).repo"
] | each { |e| http get $e | append "\n" | save -a /etc/yum.repos.d/wine-related.repo }

rpm-ostree install zenity wine.($ARCH) wine-dxvk.($ARCH) wine.i686 wine-dxvk.i686 mingw32-wine-gecko mingw64-wine-gecko yabridge pipewire-wineasio libcurl-gnutls icoutils perl-Image-ExifTool winetricks
rpm-ostree install zenity wine.x86_64 wine-dxvk.x86_64 wine.i686 wine-dxvk.i686 mingw32-wine-gecko mingw64-wine-gecko yabridge pipewire-wineasio libcurl-gnutls icoutils perl-Image-ExifTool winetricks

git clone https://github.com/fastrizwaan/WineZGUI /tmp/winezgui
cd /tmp/winezgui
Expand Down

0 comments on commit 180d0a7

Please sign in to comment.