Skip to content

Commit fb4075a

Browse files
authored
Fix missing dependencies (#5185)
1 parent 8576463 commit fb4075a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

install/wastebin-install.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ setting_up_container
1313
network_check
1414
update_os
1515

16+
msg_info "Installing dependencies"
17+
$STD apt-get install -y zstd
18+
msg_ok "Installed dependencies"
19+
1620
msg_info "Installing Wastebin"
1721
temp_file=$(mktemp)
1822
RELEASE=$(curl -fsSL https://api.github.com/repos/matze/wastebin/releases/latest | grep "tag_name" | awk '{print substr($2, 2, length($2)-3) }')

0 commit comments

Comments
 (0)