General installation should work

This commit is contained in:
2023-07-02 12:02:18 +02:00
parent 763962b89c
commit 9e5905562e
3 changed files with 52 additions and 32 deletions

24
variables.conf.template Normal file
View File

@ -0,0 +1,24 @@
#!/usr/bin/env bash
# Copy this file as variables.conf, with the correct values
fqdn=''
keymap='fr'
timezone='Europe/Paris'
#deb_apt_default_repo='deb.debian.org'
#deb_apt_repo='ftp.fr.debian.org'
user='alex'
sync_directory_path="/home/$user/.sync"
remote_pubkey_location='https://keys.kto.black'
remote_pubkey='home.pub'
# Choose one of the following use cases:
#use_case='upnp-renderer'
#use_case='ssh-bounce-server'
#use-case='printscan-server'
#use-case='nas-server'
# Choose one of the following SBC:
#sbc='pine64'
#sbc='orangepizero'
#sbc='odroidhc2'