This commit is contained in:
Marcus 2022-09-12 00:01:30 +02:00
parent 6b8b6fbe2a
commit 079d0090ff
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ case $OS in
ubuntu)
case $OS_VER in
20.04|21.10|22.04)
PACKAGES_OSSPECIFIC="lib32gcc-s1"
PACKAGES_OSSPECIFIC="lib32gcc1"
;;
*)
PACKAGES_OSSPECIFIC="lib32gcc1-s1"