Rendi installazioni non interattive e sistema pyenv

This commit is contained in:
2026-02-06 20:10:50 +01:00
parent 695dbd2ad9
commit 3efc5e6d61
3 changed files with 13 additions and 2 deletions
+3
View File
@@ -1,6 +1,9 @@
#! /bin/bash --
[ ! -z "${GREZZO_MAIN}" ] && return; GREZZO_MAIN=0
export DEBIAN_FRONTEND=noninteractive
export DEBCONF_NONINTERACTIVE_SEEN=true
function this_script_path() {
unset CDPATH
echo "$(cd "$(dirname "$(readlink -f -- "${BASH_SOURCE[1]}")")" > /dev/null && pwd -P)"