Add PKGBUILD

This commit is contained in:
Uttarayan Mondal
2021-05-26 19:23:15 +05:30
parent 86159477a1
commit 9766cf0e15
3 changed files with 39 additions and 1 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ title_bar() {
}
title_bar
required="7z curl git find"
required="7z curl git find sed awk"
for r in $required;do
if ! [ -n "$(which $r 2> /dev/null)" ];then # need the quotes