NeoxaChain / Neoxa

Neoxa is an innovative Proof of Work cryptocurrency that seamlessly merges the realms of gaming and cryptocurrency.
https://neoxa.net/
MIT License
55 stars 30 forks source link

Error on install.sh #17

Closed bpatelTWO closed 1 year ago

bpatelTWO commented 1 year ago

Followed the steps 100% on both a clean install of 20.04 and 18.04 and when got to install.sh got a permission denied.

and help would be appreciated

dogemackenzie commented 1 year ago

are you logged in as the "pool" user when trying to run it? I didnt have any issues with this part, my issues came after this

bpatelTWO commented 1 year ago

Yes I think, unless doing it wrong.

su - pool Password: pool@neoxa:~$ sudo apt install git -y [sudo] password for pool: Reading package lists... Done Building dependency tree Reading state information... Done git is already the newest version (1:2.17.1-1ubuntu0.12). 0 upgraded, 0 newly installed, 0 to remove and 28 not upgraded. pool@neoxa:~$ cd ~ pool@neoxa:~$ git config --global http.https://gopkg.in.followRedirects true pool@neoxa:~$ git clone https://github.com/NeoxaChain/kawpow-pool fatal: destination path 'kawpow-pool' already exists and is not an empty directory. pool@neoxa:~$ cd kawpow-pool/ pool@neoxa:~/kawpow-pool$ ./install.sh -su: ./install.sh: Permission denied

automed-os commented 1 year ago

I had to do this to make it work $ chmod 755 ./install.sh $ ./install.sh

bpatelTWO commented 1 year ago

Thanks, its installing

dogemackenzie commented 1 year ago

Yeah, exactly chmod the file. They beat me to the punch