We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec4ebf commit b96cf86Copy full SHA for b96cf86
install.sh
@@ -27,7 +27,7 @@ extract_dir=$(mktemp -d /tmp/notes.XXXXX)
27
echo "Downloading and Extracting Notes from Repository..."
28
curl -L https://api.github.com/repos/pimterry/notes/tarball | tar -xzp -C $extract_dir --strip-components=1
29
echo "Installing notes..."
30
- cd $extract_dir && make USER_DIR=$user_home
+ cd $extract_dir && make USERDIR=$user_home
31
echo "Cleaning Up..."
32
rm -rf $extract_dir
33
echo "All done."
0 commit comments