Skip to content

Commit

Permalink
FIX: install gpg-agent at initial setup
Browse files Browse the repository at this point in the history
  • Loading branch information
hissingshark committed Dec 11, 2023
1 parent 052ce0e commit 07f10ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ reinstall_sdl2=0
function firstTimeSetup() {
# get dependancies
echo -e "\nFirst time setup:\n\nInstalling required dependancies..."
depends=(dialog evtest git zip gpg)
depends=(dialog evtest git zip gpg gpg-agent)
if [[ "$platform" == rpi* ]]; then
depends+=(alsa-utils)
fi
Expand Down

0 comments on commit 07f10ca

Please sign in to comment.