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
+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)