archlinux support

This commit is contained in:
pvincent
2024-04-29 21:12:35 +04:00
parent 5bf228bb04
commit ea9c402a04
4 changed files with 54 additions and 14 deletions
+2 -1
View File
@@ -44,6 +44,7 @@ if [[ $CURDIR != '/opt/miaou-bash' ]]; then
fi
else
apt-get install -y "${REQUIRED_PKGS[@]}"
source "$CURDIR/lib/functions.sh"
"$CURDIR/tools/idem_apt_install" "${REQUIRED_PKGS[@]}"
./init.sh
fi