From cf24d113eae0560302be1dc28085e96df404c44a Mon Sep 17 00:00:00 2001 From: daft9440 <164518136+daft9440@users.noreply.github.com> Date: Fri, 29 Mar 2024 20:08:03 +0330 Subject: [PATCH] Fix typo --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index c865e6e..3ac02b2 100755 --- a/build.sh +++ b/build.sh @@ -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