Skip to content

Commit

Permalink
fix(webinstall): Respect dependency installation
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Jung <[email protected]>
  • Loading branch information
nderjung committed May 8, 2024
1 parent ed67039 commit 46e061a
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 46e061a

Please sign in to comment.