mirror of
https://github.com/bohanyang/debi.git
synced 2026-09-26 22:16:11 +00:00
Update
This commit is contained in:
@@ -280,13 +280,13 @@ while [ $# -gt 0 ]; do
|
||||
shift
|
||||
done
|
||||
|
||||
installer="debian-$suite"
|
||||
installer_directory="/boot/$installer"
|
||||
|
||||
if [ -n "$authorized_keys_url" ] && ! download "$authorized_keys_url" /dev/null; then
|
||||
err "Failed to download SSH authorized public keys from \"$authorized_keys_url\""
|
||||
fi
|
||||
|
||||
installer="debian-$suite"
|
||||
installer_directory="/boot/$installer"
|
||||
|
||||
save_preseed='cat'
|
||||
if [ "$dry_run" = false ]; then
|
||||
[ "$(id -u)" -ne 0 ] && err 'root privilege is required'
|
||||
|
||||
Reference in New Issue
Block a user