From: Ian Kelling Date: Wed, 4 Dec 2024 04:48:00 +0000 (-0500) Subject: script fix X-Git-Url: https://iankelling.org/git/?a=commitdiff_plain;h=86711d8b6bbc03041cf317806273218679b4a1d7;p=automated-distro-installer script fix --- diff --git a/fai/config/scripts/IANK/11-iank b/fai/config/scripts/IANK/11-iank index a563874..b2dda7a 100755 --- a/fai/config/scripts/IANK/11-iank +++ b/fai/config/scripts/IANK/11-iank @@ -393,6 +393,13 @@ if ! type -p sphinx-build &>/dev/null; then $ROOTCMD apt-get -y install python3-sphinx-rtd-theme fi +if ! type -p curl &>/dev/null; then + $ROOTCMD apt-get -y install curl +fi +if ! type -p wget &>/dev/null; then + $ROOTCMD apt-get -y install wget +fi + ## If we need to use a dev version temporarily, this to true ## and copy it over in fai-redep. See comment there. @@ -474,7 +481,7 @@ cd /tmp/${tarball%.tar.gz} ./configure --prefix=/usr make make install -mv /usr/bin/{fsck,mkfs}.btfs /usr/sbin/ +mv /usr/bin/{fsck,mkfs}.btrfs /usr/sbin/ EOF # If our desktop is HOST2, will we btrbk this latest bprogs to other # machines.