From 6856c8d166e6bf6249be271c0f872a101ab0a840 Mon Sep 17 00:00:00 2001 From: epitaxy <31850335+epitaxy@users.noreply.github.com> Date: Tue, 24 May 2022 14:49:33 +0900 Subject: [PATCH] Update ubuntu_mates.sh --- ubuntu_mates.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu_mates.sh b/ubuntu_mates.sh index 830acc4..b508f7a 100644 --- a/ubuntu_mates.sh +++ b/ubuntu_mates.sh @@ -5,7 +5,7 @@ sudo sed -i 's/kr.archive.ubuntu.com/mirror.kakao.com/g' /etc/apt/sources.list sudo sed -i 's/archive.ubuntu.com/mirror.kakao.com/g' /etc/apt/sources.list # essential packages -sudo apt install -y nnn zsh ncdu htop rsync git +sudo apt install -y nnn zsh ncdu htop rsync git vim # Installation of om my zsh sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"