Fichiers
fix_dsm-qemu_keymap/all/usr/bin/fix-qemu-layout.sh
T
2025-07-27 20:43:50 +02:00

7 lignes
271 B
Bash

#!/bin/ash
rm -f /usr/local/bin/qemu-system-x86_64
cp -vf /usr/bin/launcher.dat /usr/local/bin/qemu-system-x86_64
cp -vf /usr/bin/fix-qemu-layout.sh /usr/local/bin/fix-qemu-layout.sh
chmod 755 /usr/local/bin/qemu-system-x86_64
chmod 755 /usr/local/bin/fix-qemu-layout.sh