Browse Source

fix debian-bash-upgrade

master
pvincent 2 months ago
parent
commit
ee0033b609
  1. 4
      install.sh

4
install.sh

@ -41,12 +41,12 @@ function install_host() {
echo "--------------------------------"
if [[ -z "$PS1" ]]; then
read -rn1 -p 'Would you like to migrate to the new project named `miaou-bash`, (yN)?' answer
else
echo "--------------------------------------------------"
echo "automatic migration from debian-bash to miaou-bash"
echo "--------------------------------------------------"
answer='y'
else
read -rn1 -p 'Would you like to migrate to the new project named `miaou-bash`, (yN)?' answer
fi
if [[ "$answer" == 'y' ]];then

Loading…
Cancel
Save