diff --git a/files_to_inject/preseeds/default.preseed b/files_to_inject/preseeds/default.preseed index 555ebe7..9832ece 100755 --- a/files_to_inject/preseeds/default.preseed +++ b/files_to_inject/preseeds/default.preseed @@ -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 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' ; \ + sh -c 'cp /cdrom/preseeds/install_gaming.sh /target/usr/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/ ; \ chmod 644 /target/usr/share/applications/"Debian Gaming Deployment Tool.desktop"' \