Added install_nvidia
This commit is contained in:
parent
38fbd8ac29
commit
363fe6ceff
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,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 -e "${cmd}" >> "${LOG_FILE}"
|
||||||
eval "${cmd}" >> "${LOG_FILE}" 2>&1
|
eval "${cmd}" >> "${LOG_FILE}" 2>&1
|
||||||
|
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue