Delivery-Date: Wed, 02 Dec 2015 07:06:56 -0500
Return-Path: <tor-talk-bounces@lists.torproject.org>
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on moria.seul.org
X-Spam-Level: 
X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,
	RCVD_IN_DNSWL_MED,T_DKIM_INVALID,T_RP_MATCHES_RCVD,UNPARSEABLE_RELAY
	autolearn=ham version=3.3.1
X-Original-To: archiver@seul.org
Delivered-To: archiver@seul.org
Received: from eugeni.torproject.org (eugeni.torproject.org [38.229.72.13])
	(using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by khazad-dum.seul.org (Postfix) with ESMTPS id 999FD1E042B;
	Wed,  2 Dec 2015 07:06:52 -0500 (EST)
Received: from eugeni.torproject.org (localhost [127.0.0.1])
	by eugeni.torproject.org (Postfix) with ESMTP id 77650384FF;
	Wed,  2 Dec 2015 11:50:13 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
 by eugeni.torproject.org (Postfix) with ESMTP id 9F6D1383F1
 for <tor-talk@lists.torproject.org>; Wed,  2 Dec 2015 11:49:43 +0000 (UTC)
X-Virus-Scanned: Debian amavisd-new at 
Received: from eugeni.torproject.org ([127.0.0.1])
 by localhost (eugeni.torproject.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id u9ABRdTxTT_0 for <tor-talk@lists.torproject.org>;
 Wed,  2 Dec 2015 11:49:43 +0000 (UTC)
Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client CN "*.riseup.net",
 Issuer "COMODO RSA Domain Validation Secure Server CA" (not verified))
 by eugeni.torproject.org (Postfix) with ESMTPS id 7C16938410
 for <tor-talk@lists.torproject.org>; Wed,  2 Dec 2015 11:49:43 +0000 (UTC)
Received: from piha.riseup.net (unknown [10.0.1.163])
 (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits))
 (Client CN "*.riseup.net",
 Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK))
 by mx1.riseup.net (Postfix) with ESMTPS id ED7801A261F
 for <tor-talk@lists.torproject.org>; Wed,  2 Dec 2015 03:49:40 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak;
 t=1449056981; bh=+Yz/NGwYDKgafcXInMLpPgxrneIUI6Vw7HDJBX1xJdI=;
 h=Date:From:To:Subject:In-Reply-To:References:From;
 b=D3RFEj8G+2eJzEhwJrzd7YQrhsON5GKcF3+8Uc2kBdmnY2rgbnDRaezpIgDPtyxXd
 oVhZJ99GquVuyLy+fDoPgsrxzsTKemP2VsHWx8QxkZ0WZBQuVPb3Tz9aGgkgYu1DJi
 oESNLQGq0MTl53iiCwlL2//Vq7uF394HenRT2B/w=
Received: from [127.0.0.1] (localhost [127.0.0.1])
 (Authenticated sender: flipchan) with ESMTPSA id D61891C03D8
MIME-Version: 1.0
Date: Wed, 02 Dec 2015 12:49:40 +0100
From: flipchan@riseup.net
To: tor-talk@lists.torproject.org
In-Reply-To: <4B3933ED-F8A7-4AA8-9C60-4B1130B54AD2@riseup.net>
References: <90E5DC5F-BDE7-422C-81F8-1C0C8E32C582@riseup.net>
 <20151130211028.GA26068@thinkpad.swarthmore.edu>
 <4B3933ED-F8A7-4AA8-9C60-4B1130B54AD2@riseup.net>
Message-ID: <8082974593b3bbe53764fb0444460d41@riseup.net>
X-Sender: flipchan@riseup.net
User-Agent: Riseup mail
X-Virus-Scanned: clamav-milter 0.98.7 at mx1.riseup.net
X-Virus-Status: Clean
Subject: Re: [tor-talk] Autoupdateing
X-BeenThere: tor-talk@lists.torproject.org
X-Mailman-Version: 2.1.15
Precedence: list
Reply-To: tor-talk@lists.torproject.org
List-Id: "all discussion about theory, design,
 and development of Onion Routing" <tor-talk.lists.torproject.org>
List-Unsubscribe: <https://lists.torproject.org/cgi-bin/mailman/options/tor-talk>, 
 <mailto:tor-talk-request@lists.torproject.org?subject=unsubscribe>
List-Archive: <http://lists.torproject.org/pipermail/tor-talk/>
List-Post: <mailto:tor-talk@lists.torproject.org>
List-Help: <mailto:tor-talk-request@lists.torproject.org?subject=help>
List-Subscribe: <https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk>, 
 <mailto:tor-talk-request@lists.torproject.org?subject=subscribe>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Errors-To: tor-talk-bounces@lists.torproject.org
Sender: "tor-talk" <tor-talk-bounces@lists.torproject.org>

so if i create an update.sh script with apt-get update && apt-get 
upgrade -y in it and add it to run like this
crontab -l
# m h  dom mon dow   command
* 12 * * * ./update.sh

On 2015-12-01 02:28, Scfith Rise up wrote:
> I have to agree. crontab -e and add in the commands you want to run
> automatically at set intervals.
> 
>> On Nov 30, 2015, at 4:10 PM, Michael McConville 
>> <mmcconv1@sccs.swarthmore.edu> wrote:
>> 
>> Flipchan wrote:
>>> I tried to code an autoupdater for my tor relay, IF anyone is a
>>> king/queen on node.js or got any other awnser on how to autoupdate ur
>>> server, i am almost their but havent got it to work 100%, link:
>>> github.com/flipchan/autoupdater
>> 
>> Why not just a cron job with pkg_add, apt-get, or whatever else you 
>> use?
>> There are existing tools like Debian unattended-upgrades for this.
>> --
>> tor-talk mailing list - tor-talk@lists.torproject.org
>> To unsubscribe or change other settings go to
>> https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk

-- 
tor-talk mailing list - tor-talk@lists.torproject.org
To unsubscribe or change other settings go to
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk

