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

update deploy.sh script

parent 34bc172a
No related branches found
Tags 0.7.0-3
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