added blackarch.sh mirror sync script
This commit is contained in:
parent
c3cfb11774
commit
40ed5af50d
2 changed files with 5 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -8,6 +8,7 @@
|
|||
!bin/artix.s!bin/alpine.sh
|
||||
!bin/arch.sh
|
||||
!bin/artix.sh
|
||||
!bin/blackarch.sh
|
||||
!bin/eagle.sh
|
||||
!bin/fdroid.sh
|
||||
!bin/forksync.sh
|
||||
|
|
|
|||
4
bin/blackarch.sh
Executable file
4
bin/blackarch.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
rsync -auvPH --delete-after "rsync://ftp.halifax.rwth-aachen.de/blackarch/" /data/blackarch/
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue