hello world pkg
This commit is contained in:
13
02-do-not-require-superuser.patch
Normal file
13
02-do-not-require-superuser.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
--- lib/installer.sh.orig 2025-12-08 01:20:46.405846992 -0600
|
||||
+++ lib/installer.sh 2025-12-08 01:21:01.287338783 -0600
|
||||
@@ -1,10 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
-if [ ${EUID} -ne 0 ]; then
|
||||
- echo >&2 "ERROR: You most probably need superuser privileges to use this script, please run me via sudo!"
|
||||
- exit 3
|
||||
-fi
|
||||
-
|
||||
# shellcheck disable=SC2034
|
||||
GIT_ROOT=$(git rev-parse --show-toplevel 2>/dev/null || true)
|
||||
|
||||
Reference in New Issue
Block a user