Skip to content

Commit

Permalink
Update wine.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmz1 authored Nov 1, 2024
1 parent 8ed948d commit 1d187d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
dpkg -x "wine-stable-i386_9.0.0.0~focal-1_i386.deb" AppDir/
dpkg -x "wine-stable_9.0.0.0~focal-1_amd64.deb" AppDir/
dpkg -x "wine-stable-amd64_9.0.0.0~focal-1_amd64.deb" AppDir/
ln -rsf ./AppDIr/runtime/compat/lib/i386-linux-gnu/ld-linux.so.2 ./AppDir/runtime/default/lib/
patchelf --set-interpreter 'lib/ld-linux.so.2' ./AppDir/opt/wine-stable/bin/wine
(cd AppDir/usr/bin; ln -s "../../opt/wine-stable/bin/"* .)

Expand Down

0 comments on commit 1d187d6

Please sign in to comment.