Prettier setup

This commit is contained in:
Mentor
2022-09-06 15:50:16 +02:00
parent aae7a0c5c1
commit 9541faca5c
2 changed files with 4 additions and 2 deletions

View File

@@ -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:

View File

@@ -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