added fdroid mirror script
This commit is contained in:
parent
f6cde095ad
commit
c3cfb11774
2 changed files with 5 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -9,6 +9,7 @@
|
|||
!bin/arch.sh
|
||||
!bin/artix.sh
|
||||
!bin/eagle.sh
|
||||
!bin/fdroid.sh
|
||||
!bin/forksync.sh
|
||||
!bin/gnucash.sh
|
||||
!bin/hanez.org.sh
|
||||
|
|
|
|||
4
bin/fdroid.sh
Executable file
4
bin/fdroid.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
rsync -auvPH --delete-after "rsync://rsync.cyberbits.eu/fdroid/" /data/fdroid/
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue