From dd3f5834fed2217c9cd50ebba9835a32d3244d33 Mon Sep 17 00:00:00 2001 From: Deshi Xiao Date: Sun, 25 Sep 2022 09:12:59 +0800 Subject: [PATCH] remove alias for nerdctl Signed-off-by: Deshi Xiao --- contrib/install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/contrib/install.sh b/contrib/install.sh index aae58b6a..ff35bf8e 100644 --- a/contrib/install.sh +++ b/contrib/install.sh @@ -265,9 +265,6 @@ source_profile() { if ! grep -s '\/usr\/local\/bin' "$PROFILE"; then $SUDO echo 'export PATH=$PATH:/usr/local/bin' >> $PROFILE fi - if ! grep -s 'docker=nerdctl' "$PROFILE"; then - $SUDO echo 'alias docker=nerdctl' >> $PROFILE - fi if ! grep -s 'KUBECONFIG=' "$PROFILE"; then $SUDO echo "export KUBECONFIG=/etc/${SYSTEM_NAME}/${SYSTEM_NAME}.yaml" >> $PROFILE fi