7 lines
269 B
Bash
Executable file
7 lines
269 B
Bash
Executable file
#!/bin/bash
|
|
|
|
rsync -auvPH --delete-after "rsync://mirrors.dotsrc.org/artix-linux/" /data/artix/
|
|
|
|
#rsync -auvPH --delete-after "rsync://orion.artixlinux.org:64873/" /data/artix/repos/
|
|
#rsync -auvPH --delete-after "rsync://download.artixlinux.org/iso/" /data/artix/iso/
|
|
|