Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1016 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 1016 Bytes

deb.mkg20001.io

A PPA offering various pieces of software downloaded from their orignal vendors for automatic updating

Currently offering:

Installing the Repository

Simply run

curl https://deb.mkg20001.io/install.sh | bash -

The script will call sudo as needed

Setting up your own PPA-Server

sudo apt-get install -y dpkg-dev distro-info jq gnupg2
cd $HOME
git clone https://github.com/mkg20001/ppa-script.git
git clone https://github.com/mkg20001/deb.mkg20001.io.git PPA

(You also need ipfs-dnslink-update installed & configured)

Now add @daily bash $HOME/PPA/config/cron.sh to your crontab