Added
Link Here
|
0 |
- |
1 |
--- Mizuma.orig 2024-04-12 19:39:20 UTC |
|
|
2 |
+++ Mizuma |
3 |
@@ -336,9 +336,9 @@ if [ $online -eq 0 ]; then |
4 |
nc -z 1.1.1.1 80 >/dev/null 2>&1 |
5 |
online=$? |
6 |
if [ $online -eq 0 ]; then |
7 |
-if [ ! -f "$HOME/.i386-wine-pkg/usr/local/libdata/ldconfig/wine" ]; then |
8 |
+if [ ! -f "$HOME/.i386-wine-pkg/usr/local/libdata/ldconfig/wine8" ]; then |
9 |
echo -e "\e[3;5;0;96mSetting up 32-Bit libraries ...\e[30;48;5;82m\e[0m" |
10 |
-/usr/local/share/wine/pkg32.sh install -y wine mesa-dri | zenity --auto-close --percentage=15 --progress --title="$NAME - 32-Bit maintenance" --text="Installing 32-Bit libraries" |
11 |
+/usr/local/share/wine/pkg32.sh install -y wine8 mesa-dri | zenity --auto-close --percentage=15 --progress --title="$NAME - 32-Bit maintenance" --text="Installing 32-Bit libraries" |
12 |
MesaDEV=$(pkg info mesa-devel) |
13 |
if [[ $MesaDEV == *"Name : mesa-devel"* ]]; then |
14 |
MD=$(question "It looks like that you have installed mesa-devel, do you like to install mesa-devel for the Wine 32-Bit part too?") |