Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
fix link to ASCII art
  • Loading branch information
m00tiny committed Nov 16, 2022
1 parent 456fddd commit f79503d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

tput setaf 2;
cat web/art/1.1.txt
cat web/art/reNgine.txt

tput setaf 1; echo "Before running this script, please make sure Docker is running and you have made changes to .env file."
tput setaf 2; echo "Changing the postgres username & password from .env is highly recommended."
Expand Down

0 comments on commit f79503d

Please sign in to comment.