Fix missing dependencies (#5185)

This commit is contained in:
Slaviša Arežina
2025-06-16 15:40:12 +02:00
committed by GitHub
parent 8576463522
commit fb4075ac12

View File

@ -13,6 +13,10 @@ setting_up_container
network_check
update_os
msg_info "Installing dependencies"
$STD apt-get install -y zstd
msg_ok "Installed dependencies"
msg_info "Installing Wastebin"
temp_file=$(mktemp)
RELEASE=$(curl -fsSL https://api.github.com/repos/matze/wastebin/releases/latest | grep "tag_name" | awk '{print substr($2, 2, length($2)-3) }')