small change in yggInit about umake ppa

This commit is contained in:
Francois B 2018-05-26 23:16:58 +02:00
parent 2b198c4103
commit 80ed0d1b2e

View file

@ -119,13 +119,8 @@ function yggInit () {
printf "[INIT] i386 architecture already added [ "$BOLDVERT"OK"$NORMAL" ] \n" printf "[INIT] i386 architecture already added [ "$BOLDVERT"OK"$NORMAL" ] \n"
fi fi
if ! grep ^ /etc/apt/sources.list /etc/apt/sources.list.d/* | grep -q ubuntu-make; then printf "[INIT]"
printf "[INIT][UMAKE] PPA not found, adding PPA...\n" addPPA ppa:ubuntu-desktop/ubuntu-make
printf "[INIT][UMAKE] PPA not found, adding PPA...\n" &>> $logFile
addPPA "ubuntu-desktop/ubuntu-make"
else
printf "[INIT][UMAKE] PPA found [ "$BOLDVERT"OK"$NORMAL" ] \n"
fi
printf "[INIT][APT] update " printf "[INIT][APT] update "
printf "\n[INIT][APT] update\n" &>> $logFile printf "\n[INIT][APT] update\n" &>> $logFile