Browse Source

install

master
pvincent 5 years ago
parent
commit
03885e3e8b
  1. 2
      install.sh

2
install.sh

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

Loading…
Cancel
Save