Skip to content

Commit

Permalink
Fix postinstall.sh (replaced the obsolete package)
Browse files Browse the repository at this point in the history
  • Loading branch information
portbx committed Oct 22, 2017
1 parent a264bd9 commit ae868d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install_archivers(){
install_32bit(){
if [ `getconf LONG_BIT` = "64" ] ; then
if ask "64-bit OS detected. Installing 32-bit libs?" Y; then
dpkg --add-architecture i386 && apt-get update -y && apt-get install ia32-libs -y
dpkg --add-architecture i386 && apt-get update -y && apt-get install lib32z1 lib32ncurses5 -y
check_success
fi
fi
Expand Down

0 comments on commit ae868d3

Please sign in to comment.