Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New gdn-dev script and config file #57

Closed
wants to merge 8 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Hopefully user now looks at
postinst message to execute gandalf hold
  • Loading branch information
jonisc committed Jul 6, 2017
commit 4dfdd666030832be2525bd12c5c4774c27c9e332
29 changes: 20 additions & 9 deletions Gandalf/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,28 @@ echo "Temporary command permissions fix running"
chmod 0755 /usr/bin/gandalf
echo "Done! In the future you (hopefully) won't have to see this."
# Eye candy and maybe let's the user look here...
# Prints ascii art "Gandalf" on Cydia install screen
echo "WELCOME TO"
# Prints ascii art on Cydia install screen
cat << "EOF"
_____ _ _ __
/ ____| | | | |/ _|
| | __ __ _ _ __ __| | __ _| | |_
| | |_ |/ _` | '_ \ / _` |/ _` | | _|
| |__| | (_| | | | | (_| | (_| | | |
\_____|\__,_|_| |_|\__,_|\__,_|_|_|
EOF

!!!
!!:!!
!:::!
!:::!
!:::!
!:::!
!:::!
!:::!
!:::!
!:::!
!!:!!
!!!

!!!
!!:!!
!!!

EOF
sleep 2
echo
echo "--- Now please run 'gandalf hold'! Just to be safe. ---"
echo
Expand Down