Initial
This commit is contained in:
commit
363a876c22
88 changed files with 783 additions and 0 deletions
7
ressources/standardnotes-web/envinit
Executable file
7
ressources/standardnotes-web/envinit
Executable file
|
@ -0,0 +1,7 @@
|
|||
#/bin/bash
|
||||
apt install -y git build-essential python2 wget ruby-dev libxml2 libz-dev
|
||||
wget -qO - https://deb.nodesource.com/setup_16.x | bash
|
||||
wget -qO - https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor > /usr/share/keyrings/yarnkey.gpg
|
||||
echo "deb [signed-by=/usr/share/keyrings/yarnkey.gpg] https://dl.yarnpkg.com/debian stable main" > /etc/apt/sources.list.d/yarn.list
|
||||
apt-get update
|
||||
apt-get install -y yarn nodejs
|
Loading…
Add table
Add a link
Reference in a new issue