Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/listen180/sys-packages-auto-upgrade


https://github.com/listen180/sys-packages-auto-upgrade

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

System Packages Auto Upgrade
============================

Usage
#####

Clone this repo
---------------

Clone this repo to any location you want.

.. code-block:: shell

git clone https://github.com/Listen180/sys-packages-auto-upgrade

Setting in CRONTAB (sudo)
-------------------------

Edit the crontab list in ``sudo`` mode:

.. code-block:: shell

sudo crontab -e

Add this line:

.. code-block:: shell

0 7 * * 5 cd [PATH-TO-THIS-REPO] && sh sys_packages_auto_upgrade.sh 2>&1 &

which will excute the auto upgrade program every friday at 7AM. You can always change the setting by yourself in crontab.