Skip to content

Commit

Permalink
Installs dropbear which is faster and lighter
Browse files Browse the repository at this point in the history
Signed-off-by: Govind KP <reisub0@gmail.com>
  • Loading branch information
autolyticus committed Jan 14, 2020
1 parent b20c883 commit ef897c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start-rsync-android
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if isFirstRun "$@"; then
runCommandInTermux 'termux-setup-storage'
waitForCommand
runCommandInTermux '(apt update) && (yes | apt upgrade) &&
(yes | apt install rsync)'
(yes | apt install dropbear rsync)'
waitForCommand
runCommandInTermux 'curl https://gitlab.com/reisub0/rsync-for-android/raw/master/rsyncd.conf
-o /data/data/com.termux/files/usr/etc/rsyncd.conf'
Expand Down

0 comments on commit ef897c1

Please sign in to comment.