Fresh packages

pull/329/head
Igor Zalatov (from Citadel PC) 2022-08-07 23:39:59 +03:00
parent 1578aed840
commit 6dafe3e9e7
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ clone() {
fresh() {
echo -e "\nThe start-stop times\n" >/tmp/openipc_buildtime.txt
date >>/tmp/openipc_buildtime.txt
[ -d buildroot-2020.02.12/dl ] && mv buildroot-2020.02.12/dl . && rm -rf ./dl/majestic* ./dl/ipctool
[ -d buildroot-2020.02.12/dl ] && mv buildroot-2020.02.12/dl .
rm -rf ./dl/majestic ./dl/ipctool ./dl/microbe-web
make distclean #clean
[ -d buildroot* ] && echo -e "\nBuildroot found, OK\n" || make prepare
[ -d dl ] && mv dl buildroot-2020.02.12/dl || return 0