forked from extern/zsync
Add instructions for repo to readme
This commit is contained in:
parent
1e44d82859
commit
99d190b2bf
@ -15,6 +15,14 @@ ZFS replication script by Thorsten Spille <thorsten@spille-edv.de>
|
||||
|
||||
## Installation
|
||||
|
||||
#### Install via Repository (Debian / Ubuntu / Proxmox)
|
||||
~~~
|
||||
echo "deb [signed-by=/usr/share/keyrings/bashclub-archive-keyring.gpg] https://apt.bashclub.org/release bookworm main" > /etc/apt/sources.list.d/bashclub.list
|
||||
wget -O- https://apt.bashclub.org/gpg/bashclub.pub | gpg --dearmor > /usr/share/keyrings/bashclub-archive-keyring.gpg
|
||||
apt update
|
||||
apt install bashclub-zsync
|
||||
~~~
|
||||
|
||||
#### Download and make executable
|
||||
~~~
|
||||
wget -q --no-cache -O /usr/bin/bashclub-zsync https://git.bashclub.org/bashclub/zsync/raw/branch/dev/bashclub-zsync/usr/bin/bashclub-zsync
|
||||
|
Loading…
Reference in New Issue
Block a user