You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-06 09:19:22 +02:00
10 lines
236 B
Bash
Executable File
10 lines
236 B
Bash
Executable File
#!/bin/bash
|
|
|
|
CLIENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
|
|
"$CLIENT_DIR/publish.sh"
|
|
npm update -g joplin
|
|
|
|
# npm version patch
|
|
# $CLIENT_DIR/build.sh
|
|
# sudo rsync -aP "$CLIENT_DIR/build/" "/usr/lib/node_modules/joplin/" |