diff --git a/dev-tools/install-dev-software.sh b/dev-tools/install-dev-software.sh index af75236a..d534416a 100755 --- a/dev-tools/install-dev-software.sh +++ b/dev-tools/install-dev-software.sh @@ -34,12 +34,12 @@ BOOTSTRAP_GIT_REPO_REQUIRED="false" # NOTICE: Certain changes here must potentially be reflected # in the ../install/install-snoopy.sh file too. # - PROGRAM_NAMES="autoconf aclocal curl diff file find gcc git gzip hostname libtoolize m4 make ps socat tar wget" -PACKAGE_NAMES_ALPINE="autoconf automake curl diffutils file gcc git gzip libtool m4 make procps socat tar wget alpine-sdk" - PACKAGE_NAMES_ARCH="autoconf automake curl diffutils file gcc git gzip inetutils libtool m4 make procps socat tar wget" -PACKAGE_NAMES_DEBIAN="autoconf automake curl diffutils file gcc git gzip libtool m4 make procps socat tar wget" -PACKAGE_NAMES_REDHAT="autoconf automake curl diffutils file gcc git gzip hostname libtool m4 make procps socat tar wget" - PACKAGE_NAMES_SUSE="autoconf automake curl diffutils file findutils gcc git gzip hostname libtool m4 make procps socat tar wget" + PROGRAM_NAMES="autoconf aclocal curl diff file find gcc git gzip hostname libtoolize m4 make ps socat tar wget" +PACKAGE_NAMES_ALPINE="autoconf automake curl diffutils file gcc git gzip libtool m4 make procps socat tar wget alpine-sdk" + PACKAGE_NAMES_ARCH="autoconf automake curl diffutils file gcc git gzip inetutils libtool m4 make procps socat tar wget" +PACKAGE_NAMES_DEBIAN="autoconf automake curl diffutils file gcc git gzip libtool m4 make procps socat tar wget" +PACKAGE_NAMES_REDHAT="autoconf automake curl diffutils file gcc git gzip hostname libtool m4 make procps socat tar wget" + PACKAGE_NAMES_SUSE="autoconf automake awk curl diffutils file findutils gcc git gzip hostname libtool m4 make procps socat tar wget" diff --git a/install/install-snoopy.sh b/install/install-snoopy.sh index 38082fcd..741269af 100755 --- a/install/install-snoopy.sh +++ b/install/install-snoopy.sh @@ -261,19 +261,19 @@ _installPackages() # # - PROGRAM_NAMES="find gcc gzip make ps socat tar wget" -PACKAGE_NAMES_ALPINE=" gcc gzip make procps socat tar wget alpine-sdk" - PACKAGE_NAMES_ARCH=" gcc gzip make procps socat tar wget" -PACKAGE_NAMES_DEBIAN=" gcc gzip make procps socat tar wget" -PACKAGE_NAMES_REDHAT=" gcc gzip make procps socat tar wget" - PACKAGE_NAMES_SUSE="findutils gcc gzip make procps socat tar wget" + PROGRAM_NAMES=" find gcc gzip make ps socat tar wget" +PACKAGE_NAMES_ALPINE=" gcc gzip make procps socat tar wget alpine-sdk" + PACKAGE_NAMES_ARCH=" gcc gzip make procps socat tar wget" +PACKAGE_NAMES_DEBIAN=" gcc gzip make procps socat tar wget" +PACKAGE_NAMES_REDHAT=" gcc gzip make procps socat tar wget" + PACKAGE_NAMES_SUSE="awk findutils gcc gzip make procps socat tar wget" if [ "$SNOOPY_SOURCE_TYPE" == "git" ]; then - PROGRAM_NAMES="autoconf aclocal curl find gcc git gzip hostname libtoolize m4 make ps socat tar wget" - PACKAGE_NAMES_ALPINE="autoconf automake curl gcc git gzip libtool m4 make procps socat tar wget alpine-sdk" - PACKAGE_NAMES_ARCH="autoconf automake curl gcc git gzip inetutils libtool m4 make procps socat tar wget" - PACKAGE_NAMES_DEBIAN="autoconf automake curl gcc git gzip libtool m4 make procps socat tar wget" - PACKAGE_NAMES_REDHAT="autoconf automake curl gcc git gzip hostname libtool m4 make procps socat tar wget" - PACKAGE_NAMES_SUSE="autoconf automake curl findutils gcc git gzip hostname libtool m4 make procps socat tar wget" + PROGRAM_NAMES="autoconf aclocal curl find gcc git gzip hostname libtoolize m4 make ps socat tar wget" + PACKAGE_NAMES_ALPINE="autoconf automake curl gcc git gzip libtool m4 make procps socat tar wget alpine-sdk" + PACKAGE_NAMES_ARCH="autoconf automake curl gcc git gzip inetutils libtool m4 make procps socat tar wget" + PACKAGE_NAMES_DEBIAN="autoconf automake curl gcc git gzip libtool m4 make procps socat tar wget" + PACKAGE_NAMES_REDHAT="autoconf automake curl gcc git gzip hostname libtool m4 make procps socat tar wget" + PACKAGE_NAMES_SUSE="autoconf automake awk curl findutils gcc git gzip hostname libtool m4 make procps socat tar wget" fi if _areAllRequiredProgramsPresent "$PROGRAM_NAMES"; then