[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



commit b7d62fefc67178dc3beaa31f5c6d05c62898db3e
Author: Runa A. Sandvik <runa.sandvik@xxxxxxxxx>
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



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits