diff --git a/nvim_setup.sh b/nvim_setup.sh index bab0a30..f1ba451 100644 --- a/nvim_setup.sh +++ b/nvim_setup.sh @@ -15,8 +15,8 @@ echo "Installation de Neovim sur $DISTRO..." case "$DISTRO" in "debian") - sudo apt-get update - sudo apt-get install -y neovim git curl + su -c "apt-get update" + su -c "apt-get install -y neovim git curl gcc" ;; "alpine") su -c "apk update"