update: slightly WIP update with cool features

This commit is contained in:
2026-05-12 19:50:46 +03:00
parent a304ecefcc
commit 9d23965acc
47 changed files with 244 additions and 278 deletions
+2
View File
@@ -1,4 +1,6 @@
#!/bin/bash
# Installing needed packages
sudo pacman -S --noconfirm --needed git base-devel
# Installing yay
echo "Checking if yay is installed...."
if ! command -v yay >/dev/null 2>&1; then