„bHELPER.sh“ ändern

This commit is contained in:
dingens 2022-10-04 13:46:13 +00:00
parent b7902d6a76
commit 1967e47ff5
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
SkriptVersion="2022-10-02 15:50"
SkriptVersion="2022-10-04 15:35"
gl_SkriptName=$(basename "${0}")
gl__SkriptPfadName=$(cd "$(dirname "${0}")"; pwd -P)/$(basename "${0}")
@ -435,7 +435,7 @@ if test -f "/usr/bin/zypper"; then
fi
if test -f "/usr/bin/apt"; then
if [[ -f "/usr/bin/apt" || -f "/usr/local/bin/apt" ]]; then
echo "${gl__format_cyanlight}● Daten der Reporitories aktualisieren${gl__format_off}"
ausgefuehrte_syntax " sudo apt update"