debian: don't require root access for dry run
This commit is contained in:
parent
5e57c1351e
commit
118cf229d9
1 changed files with 1 additions and 2 deletions
|
@ -247,10 +247,9 @@ dotfiles_url="https://git.schauenburg.me/fernando/dotfiles.git"
|
||||||
main() {
|
main() {
|
||||||
setup_colors
|
setup_colors
|
||||||
parse_args "$@"
|
parse_args "$@"
|
||||||
|
is_dry_run || require_root
|
||||||
setup_commands
|
setup_commands
|
||||||
|
|
||||||
require_root
|
|
||||||
|
|
||||||
apt_install
|
apt_install
|
||||||
grub_disable_timeout
|
grub_disable_timeout
|
||||||
ensure_usr_bin_fd
|
ensure_usr_bin_fd
|
||||||
|
|
Loading…
Add table
Reference in a new issue