Update lib.sh

pull/278/head
midoks 2 years ago
parent 8df8365eaa
commit b627b222bc
  1. 2
      scripts/lib.sh

@ -33,6 +33,8 @@ elif [ "$OSNAME" == "freebsd" ];then
echo "freebsd lib"
elif [ "$OSNAME" == "centos" ];then
echo "centos lib"
elif [ "$OSNAME" == "rocky" ]; then
echo "rocky lib"
elif [ "$OSNAME" == "fedora" ];then
echo "fedora lib"
elif [ "$OSNAME" == "alma" ];then

Loading…
Cancel
Save