moved general apps to client-playbook repository

This commit is contained in:
2021-11-12 17:02:32 +01:00
parent acafe9a0d6
commit 25a4341a39
2 changed files with 0 additions and 94 deletions

View File

@@ -26,10 +26,6 @@ cp -rfv "$HOME_TEMPLATE_PATH/." "$HOME" || error "Copy templates failed."
info "Update packages..." &&
sudo pacman -Syyu || error "Package syncronisation failed."
pacman_packages="$(get_packages "general" "client/pacman/general")"
info "Synchronizing pacman packages [$pacman_packages]..." &&
sudo pacman -S --needed $pacman_packages || error "Syncronisation failed."
info "Synchronizing yay packages..." &&
install_yay_packages_if_needed "$(get_packages "client/yay/general")";