diff options
author | Stefan Kangas <skangas@skangas.se> | 2011-12-22 02:59:34 +0100 |
---|---|---|
committer | Stefan Kangas <skangas@skangas.se> | 2011-12-22 02:59:34 +0100 |
commit | cdd81d60f2f3dedb9960f8f8a015f24963b540e8 (patch) | |
tree | 1c4f21987e393938a217b20587c6351b7d8edc65 | |
parent | 78263058250ec0c6b164388c54eb3e93ef94974d (diff) |
Add rsync to essential packages
-rw-r--r-- | fripost-docs.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fripost-docs.org b/fripost-docs.org index f9da11b..f15810f 100644 --- a/fripost-docs.org +++ b/fripost-docs.org @@ -104,7 +104,7 @@ sudo /etc/init.d/ssh restart ** Packages to install *** Administrative -sudo aptitude install openssh-server molly-guard ntp ntpdate screen +sudo aptitude install openssh-server molly-guard ntp ntpdate rsync screen # If the system is on a dynamic IP (e.g. using DHCP): sudo aptitude install resolvconf |