Check if python executable is there before installing

This commit is contained in:
David Stephens 2016-09-01 18:42:05 +01:00
parent aefe766031
commit 23a03aa4ce
1 changed files with 3 additions and 0 deletions

View File

@ -48,6 +48,9 @@ enigma_install_init() {
log "Checking curl installation"
enigma_install_needs curl
log "Checking Python installation"
enigma_install_needs python
}
install_nvm() {