Replace literal sudo with var

Signed-off-by: Richard Gee <richard@technologee.co.uk>
This commit is contained in:
Richard Gee 2022-06-18 07:47:19 +01:00 committed by Alex Ellis
parent d29f94a8d4
commit 2b0cbeb25d

View File

@ -74,7 +74,7 @@ install_required_packages() {
}
install_arkade(){
curl -sLS https://get.arkade.dev | sudo sh
curl -sLS https://get.arkade.dev | $SUDO sh
arkade --help
}