linux-libre install fix master
authorIan Kelling <iank@fsf.org>
Mon, 24 Mar 2025 04:39:22 +0000 (00:39 -0400)
committerIan Kelling <iank@fsf.org>
Mon, 24 Mar 2025 04:39:22 +0000 (00:39 -0400)
fai/config/scripts/IANK/11-iank

index 4254f48de078fe48597179022ecb0f3c4d968623..fc273aadaf083b9fca1cb8805b7115171ebed1a1 100755 (executable)
@@ -364,7 +364,7 @@ case $HOSTNAME in
     if ! $ROOTCMD dpkg -s -- freesh-archive-keyring  2>&1 | grep -Fx "Status: install ok installed" &>/dev/null; then
       apt-get -y install wget
       wget -O $target/tmp/x.deb https://linux-libre.fsfla.org/pub/linux-libre/freesh/pool/main/f/freesh-archive-keyring/freesh-archive-keyring_1.1_all.deb
-      $ROOTCMD dpkg -i /tmp/x.deb
+      $ROOTCMD dpkg -i $target/tmp/x.deb
       $ROOTCMD apt-get update
       $ROOTCMD apt-get -y install linux-libre
     fi