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