This commit is contained in:
deathbybandaid 2022-03-08 09:43:35 -05:00
parent ce0fff02ce
commit d735ab143c

View File

@ -6,7 +6,8 @@
template_setup_path="/etc/template_setup"
template_setup_repo="https://git.deathbybandaid.net/deathbybandaid/template_setup.git"
template-setup () {
template_setup ()
{
if [ -d "$template_setup_path" ] ; then
git -C $template_setup_path pull --quiet && echo "Pulled $template_setup_path"
else
@ -14,8 +15,3 @@ template-setup () {
fi
bash /etc/template_setup/template_setup.sh
}
#template-setup ()
#{#
#
#}