This commit is contained in:
Russell Riker 2022-09-09 08:36:42 -04:00
parent 74dfb81127
commit 1164f87d64
1 changed files with 1 additions and 1 deletions

View File

@ -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