diff --git a/install/centos-installation-guide.md b/install/centos-installation-guide.md index f521a12c9..8e1c0f64a 100644 --- a/install/centos-installation-guide.md +++ b/install/centos-installation-guide.md @@ -19,7 +19,7 @@ For more information on installing Docker please refer to the ```bash $ source /etc/os-release $ sudo -E VERSION_ID=$VERSION_ID yum-config-manager --add-repo \ -http://download.opensuse.org/repositories/home:/katacontainers:/release/CentOS_\$VERSION_ID/home:katacontainers:release.repo +"http://download.opensuse.org/repositories/home:/katacontainers:/release/CentOS_${VERSION_ID}/home:katacontainers:release.repo" $ sudo -E yum -y install kata-runtime kata-proxy kata-shim ```