Created
June 19, 2020 22:32
-
-
Save tejasvi/47ffa126126631710539c4d5465eb5c0 to your computer and use it in GitHub Desktop.
Install Trilium server on Termux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pkg install nodejs python build-essential --no-install-recommends -y | |
wget https://github.com/zadam/trilium/archive/stable.zip` | |
unzip stable.zip | |
cd trilium-stable | |
mv package-lock.json package-lock.json.bak | |
sed -i.bak '/electron/d' package.json | |
npm install [email protected] --ignore-scripts | |
npm install | |
node src/www |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment