You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ "${PROJECTARCH}"=="x86_64" ] && PROJECTARCH="amd64"# Arch uses x86_64, the same output as uname -m. Debian calls this amd64. Debian substitution for "any" to work.
249
251
# check if debootstrap is installed
250
252
which debootstrap &> /dev/null || exit_with_error 2 "debootstrap is not installed, may not initialize Debian based environments"
251
253
# debootstrap needs a comma seperated list of packages
0 commit comments