mirror of
https://codeberg.org/vegvisir/install.git
synced 2025-09-14 00:33:41 +02:00
fix(nit): fixed typo in install.sh
This commit is contained in:
parent
fbeba8c348
commit
dbb2393a84
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ echo_err() {
|
||||||
|
|
||||||
# Bail out from an error with a message asking the user to report the incident
|
# Bail out from an error with a message asking the user to report the incident
|
||||||
exit_report() {
|
exit_report() {
|
||||||
echo_err "Please report error at: https://codeberg.org/vegvisir/install/issues"
|
echo_err "Please report this error at: https://codeberg.org/vegvisir/install/issues"
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ check_sys_depend() {
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
# Bail out if required packages are missing
|
# Bail out if any required package is missing
|
||||||
if [ "$valid" = false ] ; then
|
if [ "$valid" = false ] ; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue