su -c + gcc debian
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user