mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-22 06:43:28 +00:00
Fix install script
Remove v prefix from CONTAINERD_VER variable. Signed-off-by: Han Verstraete <han@openfaas.com>
This commit is contained in:
committed by
Alex Ellis
parent
6b6ff71c29
commit
a65b989b15
@ -84,7 +84,7 @@ install_cni_plugins() {
|
||||
}
|
||||
|
||||
install_containerd() {
|
||||
CONTAINERD_VER=v1.6.8
|
||||
CONTAINERD_VER=1.6.8
|
||||
$SUDO systemctl unmask containerd || :
|
||||
|
||||
arch=$(uname -m)
|
||||
|
Reference in New Issue
Block a user