【Misskey install shell script v1.5.0 Released.】
Node.js v18をインストールするように変更しました。
We have changed to install Node.js v18.
アップデートの際は、アップデートスクリプトを実行する前に、以下のコマンドを実行してください。
When updating, please run the following command before running the update script.
sudo systemctl stop example.com # Stop the instance.
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash -
sudo apt install -y nodejs