mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-05 04:07:23 +02:00
Check if python executable is there before installing
This commit is contained in:
parent
aefe766031
commit
23a03aa4ce
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue