comp426-2022-fall / a00

Install required software for COMP 426 and read an intro guide to Git and GitHub
0 stars 6 forks source link

Clarification needed: The install_check.sh script not present #2

Closed AyBruno closed 2 years ago

AyBruno commented 2 years ago

Under the "Run a script and then push the output back to GitHub" section of assignment 0 the instructions reference a script "install_check.sh" but it doesn't appear to be in the repo.

HuGuo-UNC-Chapel-Hill commented 2 years ago

I did not find the file "install_check.sh" in the folder.

Screen Shot 2022-08-18 at 9 52 49 AM .

jdmar3 commented 2 years ago

Indeed that is a huge problem. I seem to have forgotten to add the file entirely. 😖

It is here now: https://github.com/comp426-2022-fall/a00/blob/main/install_check.sh

You can just add that file to your repository directly. I am going to try to push an update to everyone's existing repositories. New repos beyond this point will have the file when they are created.

jdmar3 commented 2 years ago

The repo update link is apparently not working, so for now, disregard this comment and just get the file from the template repository, linked in the above comment.

Alright, so the fix is simpler than me creating pull requests to all repos.

Everyone who currently does not have the install_check.sh file should be able to go to the assignment invite link again (included below) and then click on the "update" link that appears just below the repo page address. See image below.

updaterepo

a00 invite link: https://classroom.github.com/a/TLIqqWVj

Lesram21 commented 2 years ago

I click on the "update" link under the repo address but nothing seems to happen. I go into my repository and the file is still not there.

jdmar3 commented 2 years ago

Hrmm. It took a while for it to update when I did this with my test repo. and I'm not sure what is going on. The even easier fix is to just grab the file from the template repository and add it to your local repo, run it, and then push it, like in the assignment.

I mentioned this in my comment above:

"It is here now: https://github.com/comp426-2022-fall/a00/blob/main/install_check.sh

"You can just add that file to your repository directly. I am going to try to push an update to everyone's existing repositories. New repos beyond this point will have the file when they are created."