cs50 / libcs50

This is CS50's Library for C.
https://cs50.readthedocs.io/libraries/cs50/c/
GNU General Public License v3.0
1.66k stars 831 forks source link

Add sudo #313

Open realmarkoprifti opened 6 months ago

realmarkoprifti commented 6 months ago

Added sudo for every privileged operation needed when running make install. This is supposed to make the installation of libcs50 go buttery-smooth for people who want to try solving C-related psets on their local machines

standenboy commented 6 months ago

Users can just run sudo make install which would have the same effect

This would also break the project for anyone who uses doas (or people who still login as root to install programs)