asd
This commit is contained in:
parent
86a472d32b
commit
aa34294031
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
sudo echo
|
|
||||||
# Text modifiers
|
# Text modifiers
|
||||||
bold=$(tput bold) # ${bold}
|
bold=$(tput bold) # ${bold}
|
||||||
normal=$(tput sgr0) # ${normal}
|
normal=$(tput sgr0) # ${normal}
|
||||||
|
@ -27,7 +27,7 @@ if [[ $? -eq 1 ]]; then
|
||||||
echo You did not pick an ${bold}${yellow}option.${normal} Exiting!
|
echo You did not pick an ${bold}${yellow}option.${normal} Exiting!
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
sudo echo
|
||||||
# locale | grep LANG
|
# locale | grep LANG
|
||||||
# $XDG_CURRENT_DESKTOP
|
# $XDG_CURRENT_DESKTOP
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue