Updated: Readme - OpenSuse pacakges
This commit is contained in:
parent
266f6e21b7
commit
3c4fcf208c
1 changed files with 9 additions and 0 deletions
|
|
@ -41,6 +41,15 @@ cd ~ && \
|
|||
rm -rf zupt
|
||||
```
|
||||
|
||||
## 🟢 openSUSE Packages
|
||||
|
||||
Zupt is available as an openSUSE package. You can install it directly using **zypper** from the following repositories:
|
||||
|
||||
- **home:cabelo:multicortex** – [Zupt package](https://build.opensuse.org/package/show/home:cabelo:multicortex/zupt)
|
||||
|
||||
- **home:cabelo:diraq** – [Zupt package](https://build.opensuse.org/package/show/home:cabelo:diraq/zupt)
|
||||
|
||||
# Settings
|
||||
```# Password-encrypted backup
|
||||
zupt compress -p "changeme" backup.zupt ~/Documents/
|
||||
zupt extract -o ~/restored/ -p "changeme" backup.zupt
|
||||
|
|
|
|||
Loading…
Reference in a new issue