mirror of
https://github.com/paricafe/misskey.git
synced 2025-01-18 22:58:41 -06:00
4 lines
31 B
Bash
4 lines
31 B
Bash
|
#!/bin/sh
|
||
|
git pull
|
||
|
npm install
|