typo
This commit is contained in:
parent
6b8b6fbe2a
commit
079d0090ff
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ case $OS in
|
||||||
ubuntu)
|
ubuntu)
|
||||||
case $OS_VER in
|
case $OS_VER in
|
||||||
20.04|21.10|22.04)
|
20.04|21.10|22.04)
|
||||||
PACKAGES_OSSPECIFIC="lib32gcc-s1"
|
PACKAGES_OSSPECIFIC="lib32gcc1"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
PACKAGES_OSSPECIFIC="lib32gcc1-s1"
|
PACKAGES_OSSPECIFIC="lib32gcc1-s1"
|
||||||
|
|
Loading…
Reference in a new issue