mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2025-09-09 11:47:12 +02:00
moved general apps to client-playbook repository
This commit is contained in:
@@ -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")";
|
||||
|
||||
|
Reference in New Issue
Block a user