initial commit

This commit is contained in:
2024-06-23 11:54:59 +03:00
commit c9200b8d39
20 changed files with 736 additions and 0 deletions

8
scripts/apt-env.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
set -a
DEBCONF_NONINTERACTIVE_SEEN=true
DEBIAN_FRONTEND=noninteractive
DEBIAN_PRIORITY=critical
TERM=linux
set +a
exec "$@"