Skip to content

Commit 66fdc7d

Browse files
committed
fix: remove awscli installation from dot_mac.sh
1 parent 1489df0 commit 66fdc7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dot_mac.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ brew update
33
# sudo apt-get -y upgrade
44
brew install curl tmux git-lfs tree
55
sh install_powerline_font.sh
6-
pip3 install -U pip && pip3 install -U awscli # For fixing awscli issue
6+
pip3 install -U pip
77

88
# Install oh-my-zsh
99
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended

0 commit comments

Comments
 (0)