RaveOS-arch/rp-os-ae.sh
2024-12-22 22:56:53 +01:00

18 lines
No EOL
286 B
Bash

#!/usr/bin/env bash
set -e
# RaveOS Setup Script
# Text Colours
bold=$(tput bold) # ${bold}
normal=$(tput sgr0) # ${normal}
yellow=$(tput setaf 3) # ${yellow}
git clone https://aur.archlinux.org/yaru.git
cd yaru
makepkg -si --noconfirm
cd -
rm -rf yaru