mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 01:47:39 -07:00
fixed checksum
This commit is contained in:
parent
5adcddbe67
commit
41bca5eb00
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ git clone https://codeberg.org/thatonecalculator/calckey.git
|
|||
cd calckey/
|
||||
cp ../misskey/.config/default.yml ./.config/default.yml # or wherever misskey folder is
|
||||
yarn --version # Check version is yarn 3.2.1!
|
||||
YARN_CHECKSUM_BEHAVIOR=update yarn install
|
||||
yarn install
|
||||
NODE_ENV=production npm run build && npm run migrate
|
||||
# Edit service to point to calckey service and restart
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue