su -c + gcc debian

This commit is contained in:
2025-10-03 22:57:57 +02:00
parent 032e4e2004
commit a6596bbdde

View File

@@ -15,8 +15,8 @@ echo "Installation de Neovim sur $DISTRO..."
case "$DISTRO" in case "$DISTRO" in
"debian") "debian")
sudo apt-get update su -c "apt-get update"
sudo apt-get install -y neovim git curl su -c "apt-get install -y neovim git curl gcc"
;; ;;
"alpine") "alpine")
su -c "apk update" su -c "apk update"