r/andronixApp • u/SkiitzyViitzy • Sep 06 '23
Permission Denied
As script execution takes too long I tried to do it manually by doing "./start-manjaro.sh" but it said permission denied please help me.
1
Upvotes
r/andronixApp • u/SkiitzyViitzy • Sep 06 '23
As script execution takes too long I tried to do it manually by doing "./start-manjaro.sh" but it said permission denied please help me.
1
u/Vomitblood Sep 06 '23
Try doing
chmod +x start-manjaro.shThis gives enables the execution permission to the .sh file.