mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Normally, these scripts are used to update official providers in the aurweb database along with archives that can be retrieved. Run both of these scripts in a 5 minute cron job, to both reflect the live instance database and production load. Signed-off-by: Kevin Morris <kevr@0cost.org>
7 lines
81 B
Bash
Executable file
7 lines
81 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd /aurweb
|
|
aurweb-aurblup
|
|
aurweb-mkpkglists
|
|
|
|
exec /usr/bin/crond -n
|