fixed checksum
This commit is contained in:
parent
8b38dfc209
commit
9f94881233
@ -45,7 +45,7 @@ git clone https://codeberg.org/thatonecalculator/calckey.git
|
|||||||
cd calckey/
|
cd calckey/
|
||||||
cp ../misskey/.config/default.yml ./.config/default.yml # or wherever misskey folder is
|
cp ../misskey/.config/default.yml ./.config/default.yml # or wherever misskey folder is
|
||||||
yarn --version # Check version is yarn 3.2.1!
|
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
|
NODE_ENV=production npm run build && npm run migrate
|
||||||
# Edit service to point to calckey service and restart
|
# Edit service to point to calckey service and restart
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user