Fix reinstall of newunix

This commit is contained in:
ViViDboarder 2023-03-08 14:58:33 -08:00
parent f3d59be36e
commit cf5cdb8186
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ if $install_packages ; then
fi
if $install_newunix ; then
recipe 'newunix'
set_installed 'new_unix'
set_installed 'newunix'
fi
recipe 'dotfiles'