Browse Source

fix install.sh no configuration file

main
pvincent 1 week ago
parent
commit
91ccc302ab
  1. 2
      install.sh

2
install.sh

@ -37,7 +37,7 @@ function install_miaou_proxmox {
git pull
cd - >/dev/null
fi
status=$(append_or_replace '^PATH=\$PATH:/opt/miaou-proxmox/bin' 'PATH=$PATH:/opt/miaou-proxmox/bin' $HOME/.bashrc)
status=$(/opt/miaou-bash/tools/append_or_replace '^PATH=\$PATH:/opt/miaou-proxmox/bin' 'PATH=$PATH:/opt/miaou-proxmox/bin' $HOME/.bashrc)
[[ $status == 'appended' ]] && echo 'successfully installed! please run `source $HOME/.bashrc`'
}

Loading…
Cancel
Save