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:
@@ -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"' \
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user