1
0
Fork 0
forked from RP1/RaveOS-arch
This commit is contained in:
RP1 2024-12-19 22:12:49 +01:00
parent 103945d079
commit 202bb8e251

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# RaveOS Setup Script # RaveOS Setup Script
set -e
bold=$(tput bold) # ${bold} bold=$(tput bold) # ${bold}
normal=$(tput sgr0) # ${normal} normal=$(tput sgr0) # ${normal}
yellow=$(tput setaf 3) # ${yellow} yellow=$(tput setaf 3) # ${yellow}