mirror of
https://github.com/actuallymentor/battery.git
synced 2026-02-03 14:03:24 +00:00
✨ Prettier setup
This commit is contained in:
@@ -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:
|
||||
|
||||
4
setup.sh
4
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
|
||||
|
||||
Reference in New Issue
Block a user