Skip to content

Commit

Permalink
Update ss-install-misc.txt
Browse files Browse the repository at this point in the history
Install rsync if not exists (seems to be an issue on RackNerd and perhaps other cloud networks).

Ref: #77
  • Loading branch information
jessuppi authored Nov 25, 2020
1 parent a5de9f0 commit e6164c5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ss-install-misc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ apt install update-manager-core
## install Linux utilities (Zip, Unzip, DOS2Unix) ##
apt install zip unzip dos2unix

## install rsync (some cloud networks apparently remove it from Ubuntu ISO for some reason as per GitHub issues) ##
apt install rsync

## install Git ##
apt install git

Expand All @@ -49,6 +52,7 @@ apt install debconf-utils
#### SlickStack: External References Used To Improve This Script (Thanks, Interwebz) ###############
####################################################################################################

## Ref:
## Ref: https://github.com/littlebizzy/slickstack/issues/77
## Ref: https://help.ubuntu.com/community/rsync

## SS_EOF

0 comments on commit e6164c5

Please sign in to comment.