updated OS-level dependency acpi

This commit is contained in:
Joshua Ashton
2025-01-07 16:35:00 -07:00
parent 3fe5d14659
commit 713c901739
2 changed files with 3 additions and 10 deletions
+2 -10
View File
@@ -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
*
+1
View File
@@ -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)