Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/sh
- 7za x latest-img.7z
- sudo mount -o loop ./kolibri.img /mnt
- ###
- cd /mnt/DRIVERS/
- rm -f ./3C59X.SYS
- rm -f ./DEC21X4X.SYS
- rm -f ./FORCEDETH.SYS
- rm -f ./MTD80X.SYS
- rm -f ./R6040.SYS
- rm -f ./RHINE.SYS
- rm -f ./SIS900.SYS
- #
- cd /home/username/
- ###
- sudo cp ./ircc_vcrpt.7z /mnt/
- sudo umount /mnt
Add Comment
Please, Sign In to add comment