mirror of
https://git.sr.ht/~edwardloveall/scribe
synced 2025-12-11 13:11:23 +00:00
Remove outdated postgres check and dep from shell.nix
This commit is contained in:
committed by
Edward Loveall
parent
69b3fb570e
commit
10af5c91c3
@@ -17,17 +17,6 @@ if command_not_found "yarn"; then
|
|||||||
print_error "Yarn is not installed\n See https://yarnpkg.com/lang/en/docs/install/ for install instructions."
|
print_error "Yarn is not installed\n See https://yarnpkg.com/lang/en/docs/install/ for install instructions."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if command_not_found "createdb"; then
|
|
||||||
MSG="Please install the postgres CLI tools, then try again."
|
|
||||||
if is_mac; then
|
|
||||||
MSG="$MSG\nIf you're using Postgres.app, see https://postgresapp.com/documentation/cli-tools.html."
|
|
||||||
fi
|
|
||||||
MSG="$MSG\nSee https://www.postgresql.org/docs/current/tutorial-install.html for install instructions."
|
|
||||||
|
|
||||||
print_error "$MSG"
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
## CUSTOM PRE-BOOT CHECKS ##
|
## CUSTOM PRE-BOOT CHECKS ##
|
||||||
# example:
|
# example:
|
||||||
# if command_not_running "redis-cli ping"; then
|
# if command_not_running "redis-cli ping"; then
|
||||||
|
|||||||
Reference in New Issue
Block a user