Browse Source

update _toolchain

update _misc
pull/16/head
gorgone 5 years ago
parent
commit
f8c49abfa2
  1. 1077
      support/functions/_misc
  2. 3
      support/functions/_toolchain

1077
support/functions/_misc

File diff suppressed because it is too large

3
support/functions/_toolchain

@ -183,8 +183,7 @@ _console_extract_toolchain(){
mkdir "$tcdir/$_toolchainname"
cd "$tcdir/$_toolchainname"
xz -d "$tc_dl" -c | tar -x
tput cup 10 23
printf "$txt_done! $w_l\n"
printf "\r$w_l $txt_extracting :$g_l$txt_done! \n\n"
}
_toolchain_check(){

Loading…
Cancel
Save