06-09-2022, 05:00 AM
(This post was last modified: 06-09-2022, 05:07 AM by johnno56.
Edit Reason: added 'note'
)
Aurel...
The command "aurel@aurel-q4os:~/Documents/qb64_2021-11-07-02-59-19_4d85302_lnx/qb64$ chmod +x ./setup_inform_lnx.sh" you are using is to change the ".sh" into an executable...
Looks like your problem could be the "./" in the command... "./" is used to "execute" an "sh" file. What you are trying to do is execute "and" modify in the one command...
Try this one:
chmod +x setup_inform_lnx.sh
Make sure that you are in the same directory as the setup_inform_lnx.sh file...
Note: You may or may not require root privileges to execute...
The command "aurel@aurel-q4os:~/Documents/qb64_2021-11-07-02-59-19_4d85302_lnx/qb64$ chmod +x ./setup_inform_lnx.sh" you are using is to change the ".sh" into an executable...
Looks like your problem could be the "./" in the command... "./" is used to "execute" an "sh" file. What you are trying to do is execute "and" modify in the one command...
Try this one:
chmod +x setup_inform_lnx.sh
Make sure that you are in the same directory as the setup_inform_lnx.sh file...
Note: You may or may not require root privileges to execute...
May your journey be free of incident. Live long and prosper.