fix: Correction chemin install_gaming.sh vers /usr/bin

- Changement du chemin de copie de /usr/local/bin vers /usr/bin
- Harmonisation avec la structure standard du système

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-08-03 12:54:11 +02:00
parent b1f2ea9927
commit 8ac8a9cead

View File

@@ -93,8 +93,8 @@ d-i preseed/late_command string \
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 dpkg --add-architecture i386 ; \
in-target apt-get update ; \ in-target apt-get update ; \
sh -c 'cp /cdrom/preseeds/install_gaming.sh /target/usr/local/bin/install_gaming.sh ; \ sh -c 'cp /cdrom/preseeds/install_gaming.sh /target/usr/bin/install_gaming.sh ; \
chmod +x /target/usr/local/bin/install_gaming.sh' ; \ chmod +x /target/usr/bin/install_gaming.sh' ; \
sh -c 'cp "/cdrom/preseeds/Debian Gaming Deployment Tool.desktop" /target/usr/share/applications/ ; \ sh -c 'cp "/cdrom/preseeds/Debian Gaming Deployment Tool.desktop" /target/usr/share/applications/ ; \
chmod 644 /target/usr/share/applications/"Debian Gaming Deployment Tool.desktop"' \ chmod 644 /target/usr/share/applications/"Debian Gaming Deployment Tool.desktop"' \