From 4d49bf950631c7a4b74f3ed3d3c6b6c0eb51e54c Mon Sep 17 00:00:00 2001 From: pvincent Date: Sat, 9 Nov 2019 15:12:23 +0400 Subject: [PATCH] remove skel/.bashrc --- install.sh | 3 +++ 1 file changed, 3 insertions(+) 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)