my OS is Ubuntu 20.04
I Have gone through this post How to add chmod permissions to file in GIT?
What I have is this file https://github.com/PRATAP-KUMAR/focalgdm3/blob/master/focalgdm3
What am I looking is to
chmod +x
such that once I download the file by this link wget https://raw.githubusercontent.com/PRATAP-KUMAR/focalgdm3/master/focalgdm3 from github it is ready to be executed in Ubuntu 20.04
I tried git update-index
command but got error..
pratap@i7-6550U:~$ git update-index --chmod=+x focalgdm3fatal: not a git repository (or any of the parent directories): .gitpratap@i7-6550U:~$
looking for a step by step procedure..