Merge branch 'feature/enhanced-configuration'
This commit is contained in:
commit
c23d2aef9f
34 changed files with 790 additions and 643 deletions
|
|
@ -14,21 +14,6 @@ then
|
|||
install_infctl
|
||||
fi
|
||||
|
||||
# base.json.example config.json.example
|
||||
|
||||
# https://codeberg.org/headshed/infctl-cli/raw/branch/main/base.json.example
|
||||
|
||||
# https://codeberg.org/headshed/infctl-cli/raw/branch/main/config.json.example
|
||||
|
||||
if [ ! -f "base.json" ]; then
|
||||
echo "base.json not found in home directory, downloading..."
|
||||
curl -o "base.json" https://codeberg.org/headshed/infctl-cli/raw/branch/main/base.json.example
|
||||
fi
|
||||
|
||||
if [ ! -f "config.json" ]; then
|
||||
echo "config.json not found in home directory, downloading..."
|
||||
curl -o "config.json" https://codeberg.org/headshed/infctl-cli/raw/branch/main/config.json.example
|
||||
fi
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue