dave
29e50c93a7
All checks were successful
Gitea/docker-debmirror/pipeline/head This commit looks good
8 lines
98 B
Bash
Executable File
8 lines
98 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -eux
|
|
|
|
. /usr/local/bin/vars.sh
|
|
|
|
exec sudo --preserve-env -Hu aptmirror mirror.sh
|