bug de copier/coller (manque d'appel de doDownload & doUncompress)

This commit is contained in:
Olivier 2024-04-29 08:37:23 +02:00
parent ce3afcf879
commit a5a14a3bbe
2 changed files with 4 additions and 0 deletions

View File

@ -42,6 +42,7 @@ sudo bash kernel.sh 6.x 6.8.1
### 2024-04-29
- Corrections bug de copier/coller (manque d'appel de doDownload & doUncompress)
- Suppression du paramètre STEPS
- Ajout du paramètre TARGET (afin de spécifier une distribution cible, ex: debian)
- Cibles de compilation: debian, ubuntu

View File

@ -705,6 +705,9 @@ doKernel() {
fi
touch $LOGFILE
doDownload > >(tee -a $LOGFILE) 2>&1
doUncompress > >(tee -a $LOGFILE) 2>&1
WORKDIR=$WORKDIR/linux-$VERSION
doCleanup > >(tee -a $LOGFILE) 2>&1