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