Skip to content

Commit

Permalink
Sat 20 Jun 2020 02:46:39 AM CST
Browse files Browse the repository at this point in the history
  • Loading branch information
hyphop committed Jun 19, 2020
1 parent 525b21b commit 9133f88
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion scripts/kernel_prepare_soft
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,15 @@ DL(){

}

#exit 0
flex=$(which flex 2>/dev/null)

[ "$flex" ] || {
echo "[i] flex not found , need to install flex"
echo " sudo apt-get install flex"
exit 1
}

#exit 0

for LINK in $GCC_SRC; do

Expand Down Expand Up @@ -105,3 +112,4 @@ tar -xf "$TO$FILE" -C "$T" --strip-components=1 || exit 1
echo "OK ready">&2

done

0 comments on commit 9133f88

Please # to comment.