mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-08 01:43:51 +02:00
Update updater.sh
This commit is contained in:
parent
63b924f101
commit
4c0ea6a24e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue