From 86711d8b6bbc03041cf317806273218679b4a1d7 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Tue, 3 Dec 2024 23:48:00 -0500 Subject: [PATCH] script fix --- fai/config/scripts/IANK/11-iank | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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. -- 2.30.2