mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-09 16:36:47 +00:00
Replace literal sudo with var
Signed-off-by: Richard Gee <richard@technologee.co.uk>
This commit is contained in:
parent
d29f94a8d4
commit
2b0cbeb25d
@ -74,7 +74,7 @@ install_required_packages() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
install_arkade(){
|
install_arkade(){
|
||||||
curl -sLS https://get.arkade.dev | sudo sh
|
curl -sLS https://get.arkade.dev | $SUDO sh
|
||||||
arkade --help
|
arkade --help
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user