From 4b25a5d90f32c8aa7bdb694920ce092e57ea41fe Mon Sep 17 00:00:00 2001 From: Philippe Favre Date: Sun, 3 Aug 2025 12:07:27 +0200 Subject: [PATCH] Correction cp install_gaming.sh vers target --- files_to_inject/preseeds/default.preseed | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files_to_inject/preseeds/default.preseed b/files_to_inject/preseeds/default.preseed index a60ff91..eb87f27 100755 --- a/files_to_inject/preseeds/default.preseed +++ b/files_to_inject/preseeds/default.preseed @@ -90,11 +90,11 @@ d-i preseed/late_command string \ in-target update-alternatives --install /usr/bin/x-www-browser x-www-browser /usr/bin/firefox 200 ; \ in-target update-alternatives --set x-www-browser /usr/bin/firefox ; \ in-target timeout 30 flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo ; \ - in-target sh -c "for u in \`awk -F: '\\\$3 == 1000 { print \\\$1 }' /etc/passwd\`; do chsh -s /usr/bin/fish \$u 2>/dev/null; done" ; \ + in-target sh -c "for u in \`awk -F: '\$3 == 1000 { print \$1 }' /etc/passwd\`; do chsh -s /usr/bin/fish \$u 2>/dev/null; done" ; \ in-target dpkg --add-architecture i386 ; \ in-target apt-get update ; \ sh -c 'cp /cdrom/preseeds/install_gaming.sh /target/usr/local/bin/install_gaming.sh ; \ - chmod +x /target/usr/local/bin/install_gaming.sh ; \ + chmod +x /target/usr/local/bin/install_gaming.sh' \ # Finalisation : redémarrage automatique d-i finish-install/reboot_in_progress note \ No newline at end of file