diff options
Diffstat (limited to 'script/update')
-rwxr-xr-x | script/update/project/repo | 7 | ||||
-rwxr-xr-x | script/update/project/trees | 7 |
2 files changed, 0 insertions, 14 deletions
diff --git a/script/update/project/repo b/script/update/project/repo index 0183bf43..9f0a9180 100755 --- a/script/update/project/repo +++ b/script/update/project/repo @@ -17,13 +17,6 @@ depend="" main() { - id -u 1>/dev/null 2>/dev/null || \ - fail "cannot ascertain user id" - if [ "$(id -u)" = "0" ]; then - fail "running lbmk as root is not permitted" - fi - ./checkgit || err "Please read: https://libreboot.org/docs/build/" - [ $# -gt 0 ] || fail "no argument given" [ -z "${1+x}" ] && fail 'main(): name not set' diff --git a/script/update/project/trees b/script/update/project/trees index 2b99160c..0c4e9d58 100755 --- a/script/update/project/trees +++ b/script/update/project/trees @@ -34,13 +34,6 @@ cfgsdir="" main() { - id -u 1>/dev/null 2>/dev/null || \ - err "cannot ascertain user id" - if [ "$(id -u)" = "0" ]; then - err "running lbmk as root is not permitted" - fi - ./checkgit || err "Please read: https://libreboot.org/docs/build/" - rm -f "${cfgsdir}"/*/seen || err_rm_seen "main 1" printf "Downloading %s and (if available) applying patches\n" \ |