Fix empty elif blocks

This commit is contained in:
Daniel Flanagan 2020-11-07 21:58:26 -06:00
parent 165400b69e
commit b59a70e0ec
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
1 changed files with 2 additions and 0 deletions

View File

@ -73,6 +73,7 @@ distro_specific_root_setup() {
nixos-rebuild switch
elif test $is_arch_linux -eq 1; then
# TODO: install any necessary packages for remaining setup portion
printf ''
fi
}
@ -82,6 +83,7 @@ distro_specific_user_setup() {
sudo sh -c "$FUNC; symlink_nixos \"$daniel_home$dotfiles/env/nix/\""
elif test $is_arch_linux -eq 1; then
# TODO: setup all the things
printf ''
fi
}