diff options
Diffstat (limited to '')
-rw-r--r-- | linux/bin/installiere_neo/installiere_neo.1 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/linux/bin/installiere_neo/installiere_neo.1 b/linux/bin/installiere_neo/installiere_neo.1 index 2922d54..028d1e8 100644 --- a/linux/bin/installiere_neo/installiere_neo.1 +++ b/linux/bin/installiere_neo/installiere_neo.1 @@ -46,13 +46,15 @@ # ============================== +inst_dir=$HOME/neo + + # colours in the Bash normal="\033[0m" red="\033[31m" +orange="\033[33m" green="\033[32m" -inst_dir=$HOME/neo - # remove the entry in $HOME/.profile rmfromprofile() { @@ -284,4 +286,4 @@ deinstall_options() ;; esac done -}
\ No newline at end of file +} |