mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-28 17:53:23 +00:00
Replace literal sudo with var
Signed-off-by: Richard Gee <richard@technologee.co.uk>
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user