Skip to content

Commit 2f5277b

Browse files
NuctoriCandyMi
authored andcommitted
Update build.sh
1 parent 54671e5 commit 2f5277b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ then
4747
yum install gcc file autoconf automake make libtool git zlib-devel openssl-devel -y
4848
fi
4949
elif [[ $osID == "arch" || $osID == "artix" ]] || [[ $osID == "manjaro" ]] || [[ $osID == "endeavouros" ]] || [[ $osID == "parabola" ]] || [[ $osID == "archbang" ]]
50+
then
5051
if [ `id -u` -ne 0 ]; then
5152
sudo pacman -S gcc file autoconf automake make libtool git zlib-devel openssl-devel
5253
else

0 commit comments

Comments
 (0)