WSAGAScript icon indicating copy to clipboard operation
WSAGAScript copied to clipboard

Fix "No such file or directory" errors

Open neoOpus opened this issue 3 years ago • 0 comments

When you run the scripts you can have these errors sudo: unable to execute ./extract_gapps_pico.sh: No such file or directory OR -bash: ./extract_gapps_pico.sh: /bin/bash^M: bad interpreter: No such file or directory

This command would fix it 👍🏼

sed -i -e 's/\r$//' ./*.sh

neoOpus avatar Sep 22 '22 05:09 neoOpus