Check if python executable is there before installing
This commit is contained in:
parent
aefe766031
commit
23a03aa4ce
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue