mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2024-11-12 18:51:04 +01:00
added ansible
This commit is contained in:
parent
25a4341a39
commit
e35a8c8dbe
@ -26,6 +26,9 @@ cp -rfv "$HOME_TEMPLATE_PATH/." "$HOME" || error "Copy templates failed."
|
||||
info "Update packages..." &&
|
||||
sudo pacman -Syyu || error "Package syncronisation failed."
|
||||
|
||||
info "Install ansible..." &&
|
||||
sudo pacman -S ansible || error "Package syncronisation failed."
|
||||
|
||||
info "Synchronizing yay packages..." &&
|
||||
install_yay_packages_if_needed "$(get_packages "client/yay/general")";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user