From 118cf229d9096089e0b1eeccfd00dea649859338 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Wed, 20 Mar 2024 22:47:09 +0100 Subject: [PATCH] debian: don't require root access for dry run --- utils/debian.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/utils/debian.sh b/utils/debian.sh index 42e6f7d..6da6ada 100755 --- a/utils/debian.sh +++ b/utils/debian.sh @@ -247,10 +247,9 @@ dotfiles_url="https://git.schauenburg.me/fernando/dotfiles.git" main() { setup_colors parse_args "$@" + is_dry_run || require_root setup_commands - require_root - apt_install grub_disable_timeout ensure_usr_bin_fd