Optimized template structure

This commit is contained in:
2020-05-19 18:17:31 +02:00
parent d68423ba6f
commit d694807c1a
4 changed files with 5 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ install_yay_packages_if_needed(){
info "Start setup of customized core software..."
info "Copying templates to home folder..." &&
cp -rfv "$TEMPLATE_PATH/." "$HOME" || error "Copy templates failed."
cp -rfv "$HOME_TEMPLATE_PATH/." "$HOME" || error "Copy templates failed."
info "Update packages..." &&
sudo pacman -Syyu || error "Package syncronisation failed."