Skip to content

Commit 12265b9

Browse files
Add make installation dependency (#4485)
1 parent 4e31445 commit 12265b9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

install/actualbudget-install.sh

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

16+
msg_info "Installing Dependencies"
17+
$STD apt-get install -y \
18+
make
19+
msg_ok "Installed Dependencies"
20+
1621
msg_info "Installing Actual Budget"
1722
cd /opt
1823
RELEASE=$(curl -fsSL https://api.github.com/repos/actualbudget/actual/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')

0 commit comments

Comments
 (0)