test
This commit is contained in:
parent
d735ab143c
commit
08141f3263
@ -1,8 +1,6 @@
|
|||||||
# The Contents of this file will be running our setup command
|
# The Contents of this file will be running our setup command
|
||||||
|
|
||||||
# Run Template Setup Script
|
# Run Template Setup Script
|
||||||
# alias template-setup='bash /etc/template_setup/template_setup.sh'
|
|
||||||
|
|
||||||
template_setup_path="/etc/template_setup"
|
template_setup_path="/etc/template_setup"
|
||||||
template_setup_repo="https://git.deathbybandaid.net/deathbybandaid/template_setup.git"
|
template_setup_repo="https://git.deathbybandaid.net/deathbybandaid/template_setup.git"
|
||||||
|
|
||||||
@ -15,3 +13,5 @@ template_setup ()
|
|||||||
fi
|
fi
|
||||||
bash /etc/template_setup/template_setup.sh
|
bash /etc/template_setup/template_setup.sh
|
||||||
}
|
}
|
||||||
|
|
||||||
|
alias template-setup='template_setup'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user