Skip to content

Commit 6fcd21a

Browse files
authored
Cronicle: add missing gnupg package (#3323)
1 parent 48614f4 commit 6fcd21a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install/cronicle-install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ msg_info "Installing Dependencies"
1717
$STD apt-get install -y \
1818
curl \
1919
sudo \
20-
mc
20+
mc \
21+
gnupg
2122
msg_ok "Installed Dependencies"
2223

2324
msg_info "Setting up Node.js Repository"

0 commit comments

Comments
 (0)