Correction alpine: s/sudo/su -c / + clang
This commit is contained in:
@@ -19,8 +19,8 @@ case "$DISTRO" in
|
||||
sudo apt-get install -y neovim git curl
|
||||
;;
|
||||
"alpine")
|
||||
sudo apk update
|
||||
sudo apk add neovim git curl
|
||||
su -c "apk update"
|
||||
su -c "apk add neovim git curl clang"
|
||||
;;
|
||||
*)
|
||||
echo "Distribution non supportée: $DISTRO"
|
||||
|
Reference in New Issue
Block a user