소스 검색

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 ;