aboutsummarylogtreecommitdiffstats
path: root/.INSTALL
blob: ad925e3b7eb022d9125f0cb205f80b387d8acc23 (plain)
1
2
3
4
5
6
7
8
9
10
11
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"
}

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"
}