added findutils as dependencies

This commit is contained in:
JaKooLit
2025-03-20 15:24:16 +09:00
parent 165b06ea25
commit aab92dac45
2 changed files with 2 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
## 20 March 2025
- adjusted hyprland installation script. This is great for those who are using -git packages
- added findutils as dependencies
## 11 March 2025
- Added uninstall script

View File

@@ -5,6 +5,7 @@
base=(
base-devel
archlinux-keyring
findutils
)
## WARNING: DO NOT EDIT BEYOND THIS LINE IF YOU DON'T KNOW WHAT YOU ARE DOING! ##