include information (#1032)

This commit is contained in:
tteckster
2023-02-07 12:15:22 -05:00
committed by GitHub
parent 1a3e3fb4ab
commit 44c614f65d
193 changed files with 1168 additions and 5 deletions

View File

@@ -1,4 +1,10 @@
#!/usr/bin/env bash
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
# https://github.com/tteck/Proxmox/raw/main/LICENSE
export DEBIAN_FRONTEND=noninteractive
if [ "$VERBOSE" = "yes" ]; then set -x; STD=""; else STD="silent"; fi
silent() { "$@" > /dev/null 2>&1; }