Skip to content
Snippets Groups Projects
Commit 1be3f797 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

update deploy.sh script

parent 48051760
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ die() {
exit 111
}
extra_pkg=( "openssh" )
extra_pkg=( "openssh" "git" )
out_trace "Install extra packages"
pacman -Sy ${extra_pkg[@]} --noconfirm || die "Unable to install extra packages"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment