passthrough ok
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user