Skip to content

Commit 1489df0

Browse files
committed
fix: remove awscli and nvitop from dot_ubuntu.sh
1 parent fbb3fe2 commit 1489df0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

dot_ubuntu.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Basic Setting
22
sudo apt-get update
33
# sudo apt-get -y upgrade
4-
sudo apt-get install -y vim curl awscli python3-pip tmux fonts-powerline git-lfs tree
4+
sudo apt-get install -y vim curl python3-pip tmux fonts-powerline git-lfs tree
55
sudo apt -y autoremove
6-
pip3 install -U pip && pip3 install -U awscli # For fixing awscli issue
7-
pip3 install -U nvitop
6+
pip3 install -U pip
87

98
# Install zsh
109
sudo apt-get install -y zsh

0 commit comments

Comments
 (0)