libcs50 icon indicating copy to clipboard operation
libcs50 copied to clipboard

Add sudo

Open realmarkoprifti opened this issue 2 years ago • 1 comments

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

realmarkoprifti avatar Jan 04 '24 08:01 realmarkoprifti

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)

standenboy avatar Jan 06 '24 09:01 standenboy