Skip to content
New issue

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

permission problem when provisioning installs 42 #26

Closed
cyz14 opened this issue Sep 17, 2019 · 0 comments
Closed

permission problem when provisioning installs 42 #26

cyz14 opened this issue Sep 17, 2019 · 0 comments

Comments

@cyz14
Copy link

cyz14 commented Sep 17, 2019

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?

@cyz14 cyz14 closed this as completed Sep 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant