X-Git-Url: https://git.rapsys.eu/distcook/blobdiff_plain/658759498941fe6b714790087db75ea29050ddee..cc6afe337ae5d04e02b311966583ba7bf2b5e7d0:/lib/install.sh diff --git a/lib/install.sh b/lib/install.sh index b945901..3ea2e80 100755 --- a/lib/install.sh +++ b/lib/install.sh @@ -40,6 +40,7 @@ LC_ALL=C urpmi --downloader=wget --no-verify-rpm --no-recommends --noclean --aut acpi \ acpid \ bash-completion \ + bc \ bind \ bind-utils \ binutils \ @@ -52,12 +53,13 @@ LC_ALL=C urpmi --downloader=wget --no-verify-rpm --no-recommends --noclean --aut dosfstools \ gdb \ gdisk \ - mageia-gfxboot-theme \ git \ git-prompt \ git-svn \ gnupg \ gnupg2 \ + groff \ + hddtemp \ hdparm \ info \ kernel-firmware \ @@ -70,6 +72,7 @@ LC_ALL=C urpmi --downloader=wget --no-verify-rpm --no-recommends --noclean --aut lsof \ luit \ lynx \ + mageia-gfxboot-theme \ man \ man-pages \ mdadm \ @@ -89,6 +92,7 @@ LC_ALL=C urpmi --downloader=wget --no-verify-rpm --no-recommends --noclean --aut postfix \ rsnapshot \ rsync \ + screen \ sectool \ shorewall \ shorewall-ipv6 \ @@ -111,4 +115,6 @@ if [ ! -z "$LOCALE_ALT" -a "$LOCALE_ALT" != 'en' ]; then fi # Install ihttpd -LC_ALL=C urpmi --no-verify-rpm --no-recommends --noclean --auto --root=$PWD/root ${IHTTPD_RPM} +if [ ! -z "${IHTTPD_RPM}" -a -f "${IHTTPD_RPM}" ]; then + LC_ALL=C urpmi --no-verify-rpm --no-recommends --noclean --auto --root=$PWD/root ${IHTTPD_RPM} +fi