Skip to content

v0.2.10

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jun 02:35
· 2 commits to master since this release
2fb9121

Upgrade Instructions:

To upgrade from version v0.2.* to the current version, follow these steps:

  1. Open the terminal and navigate to the /tmp directory:
cd /tmp
  1. Download the upgrade script from the GitHub repository:
wget https://raw.githubusercontent.com/UISSH/backend/master/upgrade.py -O upgrade.py
  1. Run the upgrade script using Python 3:
python3 upgrade.py frontend
python3 upgrade.py backend

This will initiate the upgrade process and fix any bugs present in the previous version.