systemSetup

system setup, configuration and dotfiles
git clone https://noulin.net/git/systemSetup.git
Log | Files | Refs | README | LICENSE

commit 37e0622b1a1fe03bb92a2a91881e085efd76749b
parent dc13dc78de3907dbd3b17ecf220676b001a5d5cf
Author: Remy Noulin <loader2x@gmail.com>
Date:   Mon, 16 Jul 2018 11:02:46 +0200

termux: install openssh instead of dropbear

termux/1-system.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Diffstat:
Mtermux/1-system.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/termux/1-system.sh b/termux/1-system.sh @@ -1,7 +1,7 @@ # easydoneit repo #echo 'deb http://spartatek.se/packages/ unstable/' >> /etc/apt/sources.list -pkg install vim curl wget tmux clang make tree screen ranger mc htop cmatrix dropbear elinks w3m nmap figlet lynx cowsay sl tig pwgen rsync valgrind fish gdb silversearcher-ag ncdu bmon toilet ncurses-dev +pkg install vim curl wget tmux clang make tree screen ranger mc htop cmatrix openssh elinks w3m nmap figlet lynx cowsay sl tig pwgen rsync valgrind fish gdb silversearcher-ag ncdu bmon toilet ncurses-dev # vim #sed -i 's/"syntax on/syntax on/g' /etc/vim/vimrc