diff options
| author | Timmy Keller <tjk@tjkeller.xyz> | 2022-07-07 15:55:54 -0500 |
|---|---|---|
| committer | Timmy Keller <tjk@tjkeller.xyz> | 2022-07-07 15:55:54 -0500 |
| commit | 38ebf64b07f99de9464905ee5f8aaee1148b6a4f (patch) | |
| tree | 1617ef65c4bd54db8f48cf70122ef7b923c623ab /sync/pull | |
| parent | 35a2dd3734f1d31060fe28837cf0e1d947c8d6f4 (diff) | |
| download | scripts-38ebf64b07f99de9464905ee5f8aaee1148b6a4f.tar.xz scripts-38ebf64b07f99de9464905ee5f8aaee1148b6a4f.zip | |
tons of changes from when website was down
Diffstat (limited to 'sync/pull')
| -rwxr-xr-x | sync/pull | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ pullrepo() { makerepo() { if echo "$opts" | grep '\-b'; then printmakemsg - doas make clean install \ + ${SUDO:-sudo} make clean install \ && printmakesuccess || printmakeerror fi } |
