Added install_nvidia
This commit is contained in:
parent
3e278b00ac
commit
a25611a813
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ run_command() {
|
||||||
echo -e "${YELLOW}Ejecutando: ${description}...${NC}"
|
echo -e "${YELLOW}Ejecutando: ${description}...${NC}"
|
||||||
echo -e "Comando: ${cmd}\n" >> "${LOG_FILE}"
|
echo -e "Comando: ${cmd}\n" >> "${LOG_FILE}"
|
||||||
echo "${cmd}"
|
echo "${cmd}"
|
||||||
eval "${cmd}" >> "${LOG_FILE}" 2>&1
|
eval "${cmd} < /dev/null" >> "${LOG_FILE}" 2>&1
|
||||||
|
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
die "Falló al ejecutar: ${description}"
|
die "Falló al ejecutar: ${description}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue