small change in yggInit about umake ppa
This commit is contained in:
parent
2b198c4103
commit
80ed0d1b2e
1 changed files with 2 additions and 7 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue