Skip to content

Commit

Permalink
fix(webinstall): Respect dependency installation (#1636)
Browse files Browse the repository at this point in the history
Reviewed-by: Cezar Craciunoiu <[email protected]>
Approved-by: Cezar Craciunoiu <[email protected]>
  • Loading branch information
craciunoiuc authored May 9, 2024
2 parents 192c128 + 46e061a commit b46a3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/webinstall/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,7 @@ install_linux_gnu() {

do_cmd "$_ilg_deb_cmd"
do_cmd "$APT --allow-unauthenticated update"
do_cmd "$APT install -y kraftkit"
do_cmd "$APT install -y $_idd_recommended kraftkit"
elif check_os_release "arch"; then
need_cmd "$GIT"
need_cmd "$MAKEPKG"
Expand Down

0 comments on commit b46a3f6

Please sign in to comment.