aboutsummarylogtreecommitdiffstats
path: root/.INSTALL
blob: 8c66adc45746c7b5c95ec36f7b5ad77c5eddab56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
  echo -e "\e[38;5;208mIf not done so, you needto configre asdf-vm to work in your shell.\nPlease go to https://asdf-vm.com/guide/getting-started.html#_3-install-asdf to install it in your shell.\n\n\e[0m"
  echo -e "\e[38;5;208mRemember to re-install this package if the Node.js version changes.\e[0m"
  echo -e "\e[38;5;208mYou can now log into Dashlane with 'dcli sync'.\e[0m"
  echo -e "\e[38;5;208mInstalled Dashlane CLI version: `dcli --version`\e[0m"
}

post_upgrade() {
  echo -e "\e[38;5;208mIf not done so, you needto configre asdf-vm to work in your shell.\nPlease go to https://asdf-vm.com/guide/getting-started.html#_3-install-asdf to install it in your shell.\n\n\e[0m"
  echo -e "\e[38;5;208mRemember to re-install this package if the Node.js version changes.\e[0m"
  echo -e "\e[38;5;208mYou can now log into Dashlane with 'dcli sync'.\e[0m"
  echo -e "\e[38;5;208mInstalled Dashlane CLI version: `dcli --version`\e[0m"
}