[tor-commits] [tor-cloud/master] Use apt-get and not aptitude

runa at torproject.org runa at torproject.org
Sat Sep 15 21:28:04 UTC 2012


commit b7d62fefc67178dc3beaa31f5c6d05c62898db3e
Author: Runa A. Sandvik <runa.sandvik at gmail.com>
Date:   Sat Sep 15 22:27:36 2012 +0100

    Use apt-get and not aptitude
---
 rc.local |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/rc.local b/rc.local
index a2af486..8593f96 100644
--- a/rc.local
+++ b/rc.local
@@ -1,4 +1,5 @@
 #!/bin/sh -e
-sudo aptitude -y safe-upgrade
+sudo apt-get -y update
+sudo apt-get -y upgrade
 sudo /etc/ec2-prep.sh type
 exit 0





More information about the tor-commits mailing list