MrRockchip

remove_kolibri_stuff

Jan 25th, 2022 (edited)
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. #!/bin/sh
  2. 7za x latest-img.7z
  3. sudo mount -o loop ./kolibri.img /mnt
  4. ###
  5. cd /mnt/DRIVERS/
  6. rm -f ./3C59X.SYS
  7. rm -f ./DEC21X4X.SYS
  8. rm -f ./FORCEDETH.SYS
  9. rm -f ./MTD80X.SYS
  10. rm -f ./R6040.SYS
  11. rm -f ./RHINE.SYS
  12. rm -f ./SIS900.SYS
  13. #
  14. cd /home/username/
  15. ###
  16. sudo cp ./ircc_vcrpt.7z /mnt/
  17. sudo umount /mnt
Add Comment
Please, Sign In to add comment