Pinned Loading
-
battery.sh
battery.sh 1#!/bin/bash
2## Script that makes use of tpacpi-bat repo to handle battery charging thresholds on my machine (Thinkpad X1 Carbon with Ubuntu LTS 20.04)
3##Clone repo or pull if exist
4if [[ ! -d "${TMP}/tpacpi-bat" ]]; then
5git clone https://github.com/teleshoes/tpacpi-bat.git ${TMP}/tpacpi-bat
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.