mirror of
https://github.com/runcitadel/core.git
synced 2024-11-11 16:30:38 +00:00
Update start
This commit is contained in:
parent
02034012d6
commit
affb947cbe
|
@ -25,8 +25,6 @@ if [ "${DISTRIB_ID}"="Ubuntu" ] && [ "${DISTRIB_RELEASE}"="20.04" ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
exit 1
|
||||
|
||||
check_dependencies () {
|
||||
for cmd in "$@"; do
|
||||
if ! command -v $cmd >/dev/null 2>&1; then
|
||||
|
|
Loading…
Reference in New Issue
Block a user