Skip to content

Commit

Permalink
fix i386 ubuntu at 23:33 of 2020-09-05
Browse files Browse the repository at this point in the history
  • Loading branch information
nrobinson2000 committed Sep 6, 2020
1 parent d02b4ad commit c5bfa07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Linux)
# Ubuntu / Debian / Linux Mint
if hash apt >/dev/null 2>&1; then
if [ "$(uname -m)" == "x86_64" ]; then
$SUDO dpkg --add-architecture i386
$SUDO apt update
$SUDO apt install libarchive-zip-perl libc6-i386 python3 git vim libncurses5:i386
fi
# Raspbian
Expand Down

0 comments on commit c5bfa07

Please sign in to comment.