There was an error while loading. Please reload this page.
1 parent 54671e5 commit 2f5277bCopy full SHA for 2f5277b
build.sh
@@ -47,6 +47,7 @@ then
47
yum install gcc file autoconf automake make libtool git zlib-devel openssl-devel -y
48
fi
49
elif [[ $osID == "arch" || $osID == "artix" ]] || [[ $osID == "manjaro" ]] || [[ $osID == "endeavouros" ]] || [[ $osID == "parabola" ]] || [[ $osID == "archbang" ]]
50
+ then
51
if [ `id -u` -ne 0 ]; then
52
sudo pacman -S gcc file autoconf automake make libtool git zlib-devel openssl-devel
53
else
0 commit comments