[Wastebin] Add ca-certificates as dependency

This commit is contained in:
Sam Heinz
2024-04-14 19:09:03 +10:00
parent 37637ef385
commit 0b9112c9b1

View File

@@ -24,7 +24,8 @@ $STD apt-get install -y --no-install-recommends \
git \
make \
mc \
wget
wget \
ca-certificates
msg_ok "Installed Dependencies"
msg_info "Installing Rust"