Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix "No such file or directory" errors #257

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

neoOpus
Copy link

@neoOpus neoOpus commented Sep 22, 2022

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

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant