From 4c0ea6a24edc511ea3e9f6ac91936e2a6e42d875 Mon Sep 17 00:00:00 2001 From: overdodactyl <33071129+overdodactyl@users.noreply.github.com> Date: Fri, 24 Nov 2017 21:00:18 +0000 Subject: [PATCH] Update updater.sh --- updater.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/updater.sh b/updater.sh index ca8ee93..ceb61bd 100644 --- a/updater.sh +++ b/updater.sh @@ -11,6 +11,7 @@ echo -e "\nThis script should be run from your Firefox profile directory.\n" currdir=$(pwd) ## get the full path of this script (greadlink for Mac, readlink for Linux) +## greadlink is dependent on the package coreutils: brew install coreutils scriptfullpath=$(greadlink -f "${BASH_SOURCE[0]}" 2>/dev/null || readlink -f "${BASH_SOURCE[0]}") ## change directory to the Firefox profile directory