Collection of scripts that notify a user about updates on OSTree based systems (Fedora Atomic and derivatives).
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Clarify download and installation instructions in README

Updated instructions for downloading and installing the repository.

authored by

LittleBit and committed by
GitHub
c7aefc0f be006e5a

+5 -4
+5 -4
readme.md
··· 22 22 23 23 ## **Download** 24 24 25 - You can click the "zip" button (box icon) in the corner to download the contents of this folder as a zip file. 25 + If you're viewing this from my file server, you can click the "zip" button (box icon) in the bottom right corner to download the contents of this folder as a zip file. 26 + Otherwise you can `git clone` the GitHub repository or click the "Code" button on the GitHub webpage and "Download ZIP". 26 27 27 - You can also paste the below command into a terminal to download the contents of this folder: 28 + You can also paste the below command into a terminal to download the contents of this repository: 28 29 29 30 ```sh 30 31 curl https://files.littlebitstudios.com/share/ostree-update-notify?tar | tar -x ··· 34 35 35 36 ## **Installation** 36 37 37 - From within the extracted ostree-update-notify folder, run `chmod \+x \*.sh` to make the scripts executable. 38 + From within the ostree-update-notify folder, run `chmod \+x \*.sh` to make the scripts executable. 38 39 39 40 Then, run `./setup.sh` to perform an automatic setup, which installs the files and enables the systemd user timer. 40 41 ··· 53 54 54 55 ## License 55 56 56 - This project is licensed under the GNU GPL 3.0. 57 + This project is licensed under the GNU GPL 3.0.