Skip to content

Commit bb29236

Browse files
committed
chore: add donation request
at the end of the installation
1 parent c30f590 commit bb29236

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

templates/install.sh

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ echoerr() {
88
printf "$@\n" 1>&2
99
}
1010

11+
log_donation() {
12+
printf "\033[32;5;61m$@\033[0;00m\n"
13+
}
14+
1115
log_info() {
1216
printf "\033[33;5;61m >>\033[0;00m $@\n"
1317
}
@@ -198,6 +202,8 @@ start() {
198202
fi
199203

200204
log_info "Installation complete"
205+
printf "\n"
206+
log_donation "Thank you for using goblin, if you like the ease of installation and would like to support the developer, please do so on http://github.com/sponsors/barelyhuman"
201207
echo
202208
}
203209

0 commit comments

Comments
 (0)