From 1164f87d640db1ea69a8f40591f499f05d77264e Mon Sep 17 00:00:00 2001 From: Russell Riker Date: Fri, 9 Sep 2022 08:36:42 -0400 Subject: [PATCH] . --- mysetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysetup.sh b/mysetup.sh index 08357a0..cfe0453 100755 --- a/mysetup.sh +++ b/mysetup.sh @@ -57,7 +57,7 @@ ln -fs ~/mydev/my-dotfiles/nvim-basic-settings.vim ~/.config/nvim/nvim-basic-set # Run the apt installer script -if [ $HOSTNAME != 'tilde']; then +if [ $HOSTNAME != 'tilde' ]; then if [ -f ./my-apt-apts.sh ]; then . ./my-apt-apts.sh fi