瀏覽代碼

Vim appended to useful program list

Jovian (Netbook) 6 年之前
父節點
當前提交
d962093b3c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Install/basic-install

+ 1 - 1
Install/basic-install

@@ -3,7 +3,7 @@
 # Run this programm in jovian shell
 
 # Basic programms
-sudo apt install htop screen w3m tree etherwake ;
+sudo apt install htop screen w3m tree etherwake vim ;
 
 # Install git
 sudo apt install git ;