Scripts version 2247

This commit is contained in:
Mikhail Tergoev
2024-01-23 20:44:12 +03:00
parent 791c25a850
commit a672741c69
9 changed files with 39 additions and 15 deletions

View File

@ -507,6 +507,9 @@ pw_init_runtime () {
else export PRESSURE_VESSEL_FILESYSTEMS_RW="${PWRTMRW}"
fi
done
# drop portable: libssl 32-bit
try_remove_file "${PW_WINELIB}/portable/lib/lib32/libssl.so.1.1"
print_info "RUNTIME is enabled"
}
@ -1010,7 +1013,6 @@ pw_port_update () {
return 0
}
update_winetricks () {
W_TRX_URL="https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks"
W_TRX_EXT_VER="$(curl -s --list-only ${W_TRX_URL} | grep -i 'WINETRICKS_VERSION=' | sed 's/WINETRICKS_VERSION=//')"