diff --git a/install.sh b/install.sh index 6baefcc..762d921 100755 --- a/install.sh +++ b/install.sh @@ -21,6 +21,9 @@ if [[ ! $BASEDIR == '/opt/debian-bash' ]]; then else + #remove /etc/skel/.bashrc + rm /etc/skel/.bashrc + ORIGINAL="ORIGINAL" declare -a arr=(/etc/bash.bashrc /etc/inputrc /etc/vim/vimrc)