Browse Source

fix debian-bash-upgrade

master
pvincent 8 months ago
parent
commit
053ff532a6
  1. 2
      install.sh

2
install.sh

@ -41,6 +41,8 @@ function install_host() {
echo "--------------------------------"
read -rn1 -p 'Would you like to migrate to the new project named `miaou-bash`, (yN)?' answer
[[ -z "$PS1" ]] && answer='y'
if [[ "$answer" == 'y' ]];then
pushd /tmp
pushd /opt/debian-bash

Loading…
Cancel
Save