refs #1272 removes duplicated code

pull/7/head
Luis Gerardo Romero Garcia 2025-02-03 08:45:12 +01:00
parent d8f9ff5523
commit e097e09617
1 changed files with 0 additions and 6 deletions

View File

@ -156,12 +156,6 @@ function download() {
echo "El ogLive \"$oglive_name\" ya está instalado en \"$INSTALLED_PATH\"."
return 0
fi
# Verificar si el ogLive ya está instalado
echo $INSTALLED_PATH
if [ -d "$INSTALLED_PATH" ]; then
echo "El ogLive \"$oglive_name\" ya está instalado en \"$INSTALLED_PATH\"."
return 0
fi
# Descargar ogLive.
TARGETFILE="$DOWNLOADDIR/$OGLIVEFILE"