We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In nos3/support/installers/ubuntu/nos3_ubuntu_64_MIN.sh, from line 89,
echo "42..." # 42 i386 and x86_64 apt-get -y install freeglut3:i386 freeglut3-dev:i386 libgl1-mesa-dev:i386 1> /dev/null cd /opt git clone --quiet https://github.com/ericstoneking/42.git
here git meets permission problem when clone repo to /opt/42 as 'ls -l /opt' shows
drwxr-xr-x 9 root root ......
I need to add a sudo in front of git. Is this an issue?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In nos3/support/installers/ubuntu/nos3_ubuntu_64_MIN.sh, from line 89,
here git meets permission problem when clone repo to /opt/42 as 'ls -l /opt' shows
I need to add a sudo in front of git. Is this an issue?
The text was updated successfully, but these errors were encountered: