Skip to content

Commit

Permalink
Merge pull request #273 from xiaods/dev
Browse files Browse the repository at this point in the history
remove alias for nerdctl
  • Loading branch information
xiaods authored Sep 25, 2022
2 parents 3d7ab9b + dd3f583 commit 2d1d4d4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions contrib/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d1d4d4

Please sign in to comment.