Browse Source

install

master
pvincent 5 years ago
parent
commit
00b415198e
  1. 2
      install.sh

2
install.sh

@ -4,7 +4,7 @@
BASEDIR=$PWD
if [[ $BASEDIR -ne '/opt/debian-bash' ]]; then
if [[ ! $BASEDIR == '/opt/debian-bash' ]]; then
# download and filfull /etc/debian-bash, then run it from folder
rm -rf /opt/debian-bash

Loading…
Cancel
Save