Skip to content

Commit 9b9e776

Browse files
authored
add curl
1 parent c00af7e commit 9b9e776

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

ubuntu_16.04_init.sh

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,8 @@ deb-src http://mirrors.ustc.edu.cn/ubuntu/ xenial-backports main restricted univ
2424

2525
apt-get update
2626

27-
#git
28-
apt-get install git
29-
30-
#vim
31-
apt-get install vim
32-
33-
# zsh
34-
apt-get install zsh
27+
#base software
28+
apt-get install git vim curl zsh
3529

3630
sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"
3731

0 commit comments

Comments
 (0)