mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-05-29 20:13:02 +00:00
Compare commits
6 Commits
v1.2.7
...
feat-shell
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b3672e5412 | ||
|
|
cb272101b3 | ||
|
|
68ec49b8e8 | ||
|
|
02bbecc561 | ||
|
|
50f982f6e3 | ||
|
|
f2d7ef229e |
@@ -118,7 +118,7 @@ fn_polite_sudo() { (
|
||||
# this is user interactive, ask the user,defaulting to yes
|
||||
echo ""
|
||||
#shellcheck disable=SC2005 # echo for newline
|
||||
echo "$(t_attn 'Use sudo for the following? [Y/n]')"
|
||||
echo "$(t_attn 'Use sudo for the following? [Y/n])')"
|
||||
echo "${a_cmds}"
|
||||
read -r b_yes < /dev/tty
|
||||
|
||||
|
||||
@@ -152,7 +152,7 @@ __webi_main() {
|
||||
my_checksum="$(
|
||||
fn_checksum
|
||||
)"
|
||||
my_version=v1.2.7
|
||||
my_version=v1.2.0
|
||||
printf "\e[35mwebi\e[32m %s\e[0m Copyright 2020+ AJ ONeal\n" "${my_version} (${my_checksum})"
|
||||
printf " \e[36mhttps://webinstall.dev/webi\e[0m\n"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user