forked from RP1/RaveOS-arch
set -e
This commit is contained in:
parent
103945d079
commit
202bb8e251
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||||
|
|
Loading…
Reference in a new issue