diff --git a/CHANGELOGS.md b/CHANGELOGS.md index fa96359..8afa7ac 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -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 diff --git a/install-scripts/00-base.sh b/install-scripts/00-base.sh index 911ed7d..c70b0c4 100755 --- a/install-scripts/00-base.sh +++ b/install-scripts/00-base.sh @@ -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! ##