Merge pull request #2 from daft9440/main

merged #2 into main
This commit is contained in:
Sohrab Behdani 2024-03-29 20:10:22 +03:30 committed by GitHub
commit 40412a3729
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@ main() {
local reponame
reponame=${PWD##*/}
echo -e "$Green### start install packeges for build $reponame ###$reset"
echo -e "$Green### start install packages for build $reponame ###$reset"
echo -e "$Brown### checking your os ###$reset"
if type pacman >/dev/null 2>&1;then
if [ "$(id -u)" != "0" ]; then