diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 9ab91c3968..6230905bf7 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -8,7 +8,7 @@ PACKAGES+=" bison" PACKAGES+=" curl" # Used for fetching sources. PACKAGES+=" ed" # Used by bc PACKAGES+=" flex" -PACKAGES+=" gcc-multilib" # Used by pforth build for 32-bit arches. +PACKAGES+=" g++-multilib" # Used by nodejs build for 32-bit arches. PACKAGES+=" gettext" # Provides 'msgfmt' which the apt build uses. PACKAGES+=" g++" PACKAGES+=" git" # Used by the neovim build.