Radish alpha
r
rad:z371PVmDHdjJucejRoRYJcDEvD5pp
Radicle website including documentation and guides
Radicle
Git
Remove "upgrade" step
Alexis Sellier committed 2 years ago
commit 0d65b18165fc3836b5938746e70cce474244c2d0
parent 5322e52
1 file changed +1 -8
modified install
@@ -114,18 +114,11 @@ in_path() {
  return 1 # The path is not in $PATH
}

-
upgrade() {
-
  # Clear refs DB so that it can be re-populated on node start.
-
  rad node db exec "DELETE FROM refs;" > /dev/null || echo "Refs database was not cleared."
-
}
-

get_started() {
  printf "\n"
  success

-
  if is_authed; then
-
    upgrade
-
  else
+
  if ! is_authed; then
    printf "\n"
    printf "Get started by creating your Radicle key pair with \033[35m\`rad auth\`\033[0m.\n"
  fi