Merge pull request #539 from yleseverino/patch-1

Update README.md
This commit is contained in:
Tony George 2020-01-05 13:57:13 +05:30 committed by GitHub
commit 7ac683bb79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,20 +116,17 @@ sudo apt-get update
sudo apt-get install timeshift
```
DEB and RUN packages are available on [Releases](https://github.com/teejee2008/Timeshift/releases) page for older Ubuntu releases which have reached end-of-life.
DEB packages are available on [Releases](https://github.com/teejee2008/Timeshift/releases) page for older Ubuntu releases which have reached end-of-life.
#### Other Linux Distributions
Download the installer from [Releases](https://github.com/teejee2008/Timeshift/releases) page and execute it in a terminal window:
#### Fedora
```sh
sudo sh ./timeshift*amd64.run # 64-bit
sudo sh ./timeshift*i386.run # 32-bit
sudo dnf update
sudo apt-get install timeshift
```
Installer can be used on the following distribution types:
- **Fedora** based - Fedora, RedHat, Cent OS, etc (supports **dnf** and **yum**)
- **Debian** based - Debian, Ubuntu, Linux Mint, Elementary OS, etc (supports **apt**)
- **Arch** based - Arch Linux, Manjaro, etc (supports **pacman**)