Cette révision appartient à :
2025-07-27 22:34:21 +02:00
Parent 8e074753bb
révision b328485704
2 fichiers modifiés avec 6 ajouts et 6 suppressions
+4 -6
Voir le fichier
@@ -1,7 +1,5 @@
#!/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
cd /usr/local/bin/
mv -f qemu-system-x86_64 qemu-system-x86_64.backup
cp -vf launcher.dat qemu-system-x86_64
chmod 755 qemu-system-x86_64