Fix: add gnupg to installed dependencies (#349)

This commit is contained in:
Erfan Samandarian
2024-11-19 17:23:45 +11:00
committed by GitHub
parent 42785dbbc8
commit 82d287959e

View File

@ -21,7 +21,8 @@ $STD apt-get install -y \
mc \
make \
postgresql \
cargo
cargo \
gnupg
msg_ok "Installed Dependencies"
msg_info "Setting up Node.js Repository"