projects
/
dev-env-setup.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
599f517
)
remove WIP warning
author
Sadoon Albader
<sadoon@soulserv.xyz>
Fri, 25 Aug 2023 15:39:34 +0000
(18:39 +0300)
committer
Sadoon Albader
<sadoon@soulserv.xyz>
Fri, 25 Aug 2023 15:39:34 +0000
(18:39 +0300)
install-sbuild-apt-reqs
patch
|
blob
|
history
diff --git
a/install-sbuild-apt-reqs
b/install-sbuild-apt-reqs
index 95c4abc74d1633b7db216b690d857c7462eefe97..e6ea8450b8d839adf0fb6bb2d055e64883cb75a0 100755
(executable)
--- a/
install-sbuild-apt-reqs
+++ b/
install-sbuild-apt-reqs
@@
-1,7
+1,5
@@
#!/bin/bash
-echo "SCRIPT IS STILL WIP, DO NOT RUN"
-
if [ "$EUID" -ne 0 ]
then echo "Please run as root"
exit