From 0c8aca179bdb587f1734e9bacc3875059695a509 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Tue, 21 Dec 2021 10:06:54 +0200
Subject: [PATCH] Remove the /Volumes from the Keybase sync.

I only added becasue the smile-cli depended on it (because all of the
developers used Macs). I've since removed that dependency (and the
Keybase dependecy entirely) so it's not needed anymore.
---
 Documents/bin/kb | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/Documents/bin/kb b/Documents/bin/kb
index ff3bf09..982b7b9 100755
--- a/Documents/bin/kb
+++ b/Documents/bin/kb
@@ -55,12 +55,6 @@ sync () {
     fi
     mkdir -p "$DOCUMENTS_DIR"
     cp -rf "$RUNTIME_DIR/kbfs/"* "$DOCUMENTS_DIR/"
-    if [ ! -w "/Volumes" ]
-    then
-        echo "Skipped creating links in /Volumes/Keybase, directory not writeable." >&2
-    else
-        ln -sf "$DOCUMENTS_DIR" /Volumes/Keybase
-    fi
     if [ ! -w "/keybase" ]
     then
         echo "Skipped creating links in /keybase, directory not writeable." >&2
-- 
GitLab