diff --git a/README.md b/README.md index b7c8b42..1e3ba73 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ After running `battery charging on` you will see it change to this: One-line installation: ```bash -curl https://raw.githubusercontent.com/actuallymentor/battery/main/setup.sh | bash +curl -s https://raw.githubusercontent.com/actuallymentor/battery/main/setup.sh | bash ```` This will: diff --git a/setup.sh b/setup.sh index 611f181..3bcb7bb 100644 --- a/setup.sh +++ b/setup.sh @@ -7,7 +7,9 @@ echo -e "# Note: this script will ask for your password once or multiple times." echo -e "####################################################################\n\n" # Ask for sudo once, in most systems this will cache the permissions for a bit -sudo echo "[ 1/8 ] Superuser permissions acquired." +sudo echo -e "\n\nšŸ”‹ Starting battery installation\n" + +echo "[ 1/8 ] Superuser permissions acquired." # Get smc source and build it tempfolder=~/.battery-tmp