update: slightly WIP update with cool features
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user