From 713c9017390371cb85b57abc792ce96639c24106 Mon Sep 17 00:00:00 2001 From: Joshua Ashton Date: Tue, 7 Jan 2025 16:35:00 -0700 Subject: [PATCH] updated OS-level dependency acpi --- .gitignore | 12 ++---------- install | 1 + 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index ab895db..f514b74 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,2 @@ -. -.. -battery-mon -data.txt -bin -include -lib -lib64 -pyvenv.cfg -share +# Created by venv; see https://docs.python.org/3/library/venv.html +* diff --git a/install b/install index da74d6a..d7a0041 100755 --- a/install +++ b/install @@ -8,6 +8,7 @@ if [[ $EUID -ne 0 ]]; then fi echo "Installing the battery monitor onto your system..." +sudo pacman -S acpi # Get the current working directory and the virtual environment CWD=$(pwd)