2 Commits

Author SHA1 Message Date
fatalerrors
1225230a07 4.0 released 2026-04-22 17:56:08 +02:00
fatalerrors
9c43190202 bugfix: removed last french words and frenglish 2026-04-22 17:54:42 +02:00
3 changed files with 7 additions and 7 deletions

View File

@@ -422,7 +422,7 @@ taz()
disp W "xz format is not suited for long term archiving."
disp I "See https://www.nongnu.org/lzip/xz_inadequate.html for details."
# Compresse to xz (lzma2) - Deprecated
# Compress with xz (lzma2) - Deprecated
xz "${verb[@]}" --compress --keep "-$3" -T "$2" "$1"
return $?
}
@@ -449,7 +449,7 @@ taz()
[[ $4 ]] && opt=('-vv')
opt+=("$procopt")
# Compresse au format lzip (lzma)
# Compress with lzip (lzma)
$command "${opt[@]}" --keep "-$3" "$1"
return $?
}
@@ -503,7 +503,7 @@ taz()
[[ $4 ]] && opt=('-v')
opt+=("$procopt")
# Compresse au format bz2
# Compress with bz2
$command "${opt[@]}" --compress --keep "-$3" "$1"
return $?
}

View File

@@ -216,12 +216,12 @@ if [[ ! -e "$MYPATH/profile.sh" ]]; then
echo "[ Warning ] Path detection failed, trying to use pwd..."
MYPATH=$(pwd)
if [[ ! -e "$MYPATH/profile.sh" ]]; then
echo "[ Error ] Impossible to determine installation path, pretty much nothing will work."
echo "[ Error ] Unable to determine installation path, pretty much nothing will work."
fi
fi
if [[ ! -s "$MYPATH/version" ]]; then
echo "[ Warning ] Impossible to determine running version of profile, your installation might be broken."
echo "[ Warning ] Unable to determine running profile version; your installation might be broken."
fi
PROFVERSION=$(cat "$MYPATH"/version)
export PROFVERSION
@@ -277,7 +277,7 @@ if [[ $INTERACTIVE ]]; then
fi
showinfo && printf "\n"
check_updates -q
disp I "Profile version $PROFVERSION chargé..."
disp I "Profile version $PROFVERSION loaded..."
fi
# Cleanup

View File

@@ -1 +1 @@
3.99.2-4_rc_2
4.0.0