Skip to content

Commit

Permalink
IN-2403: use gpgme package instead of pygpgme (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsnyder788 committed May 14, 2019
1 parent 0237cc8 commit c79bf68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function install_rpm() {
# forcefully remove any existing installations
yum remove -y do-agent || :

yum install -y pygpgme ca-certificates
yum install -y gpgme ca-certificates

cat <<-EOF > /etc/yum.repos.d/digitalocean-agent.repo
[digitalocean-agent]
Expand Down

0 comments on commit c79bf68

Please sign in to comment.