passthrough ok

This commit is contained in:
pvincent
2024-04-21 22:06:57 +04:00
parent bcaab103ea
commit 97139919fb
6 changed files with 123 additions and 12 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ function create() {
packages_string=$(join ', ' "${packages[@]}")
timezone=$(cat /etc/timezone)
debian_repo=$(cat /etc/apt/sources.list | head -n1 | cut -d '/' -f3)
debian_repo=$(grep ^deb /etc/apt/sources.list | head -n1 | cut -d '/' -f3)
user_data="$(
cat <<EOF