iankelling.org
/
git
/
automated-distro-installer
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2df145
)
linux-libre install fix
master
author
Ian Kelling
<iank@fsf.org>
Mon, 24 Mar 2025 04:39:22 +0000
(
00:39
-0400)
committer
Ian Kelling
<iank@fsf.org>
Mon, 24 Mar 2025 04:39:22 +0000
(
00:39
-0400)
fai/config/scripts/IANK/11-iank
patch
|
blob
|
history
diff --git
a/fai/config/scripts/IANK/11-iank
b/fai/config/scripts/IANK/11-iank
index 4254f48de078fe48597179022ecb0f3c4d968623..fc273aadaf083b9fca1cb8805b7115171ebed1a1 100755
(executable)
--- a/
fai/config/scripts/IANK/11-iank
+++ b/
fai/config/scripts/IANK/11-iank
@@
-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