We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5951961 commit b4d7e3cCopy full SHA for b4d7e3c
core/tabs/system-setup/compile-setup.sh
@@ -57,7 +57,7 @@ installDepend() {
57
COMPILEDEPS='-c system.devel'
58
"$ESCALATION_TOOL" "$PACKAGER" update-repo
59
"$ESCALATION_TOOL" "$PACKAGER" install -y tar tree unzip cmake make jq
60
- ""$ESCALATION_TOOL" "$PACKAGER" "$COMPILEDEPS"
+ "$ESCALATION_TOOL" "$PACKAGER" "$COMPILEDEPS"
61
;;
62
*)
63
"$ESCALATION_TOOL" "$PACKAGER" install -y "$DEPENDENCIES"
0 commit comments