From 3cdce0f50efb91edd38ceb5b2d379cfe7d060df4 Mon Sep 17 00:00:00 2001 From: Menno van Leeuwen Date: Mon, 19 Feb 2024 13:34:03 +0100 Subject: [PATCH] wip --- setup.sh | 6 ------ 1 file changed, 6 deletions(-) mode change 100644 => 100755 setup.sh diff --git a/setup.sh b/setup.sh old mode 100644 new mode 100755 index 2f25748..98cf7a9 --- a/setup.sh +++ b/setup.sh @@ -79,12 +79,6 @@ if [ "$1" == "-c" ] || [ "$1" == "--continue" ]; then home-manager switch --flake ~/.dotfiles elif [ "$1" == "-h" ] || [ "$1" == "--help" ]; then help -elif [ "$1" == "-i" ] || [ "$1" == "--init" ]; then - # Ubuntu specific, hide login message - hush_login - - # Install nix - install_nix else # Ubuntu specific, hide login message hush_login