archrepo/variables.conf.template

16 lines
253 B
Plaintext
Raw Normal View History

2022-02-14 22:26:48 +01:00
#!/bin/bash
# Copy this file as variables.conf, with the correct values
# For both update and clear scripts:
repo_name=""
# For update script:
2022-02-14 22:26:48 +01:00
remote_repository=""
ssh_key=""
ssh_options="-i $ssh_key"
2022-02-14 22:26:48 +01:00
exlist=""
# For clear script:
repo_directory=""