script fix master
authorIan Kelling <iank@fsf.org>
Wed, 4 Dec 2024 04:48:00 +0000 (23:48 -0500)
committerIan Kelling <iank@fsf.org>
Wed, 4 Dec 2024 04:48:00 +0000 (23:48 -0500)
fai/config/scripts/IANK/11-iank

index a5638745d93d9f40cefbc3e979ab9a52f69ba732..b2dda7a9933c011c801bf5cd819a4218e2b046e9 100755 (executable)
@@ -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.