Updates before release

This commit is contained in:
Pinga 2024-08-27 14:00:20 +03:00
parent 42a8fb8b60
commit 977b0f9cd4
2 changed files with 3 additions and 1 deletions

View file

@ -98,6 +98,8 @@ For detailed installation steps, please refer to [install.md](docs/install.md).
#### Update Steps
- v1.0.2 to v1.0.3 - backup registry, download and run the [update103.sh](docs/update103.sh) script.
- v1.0.1 to v1.0.2 - backup registry, download and run the [update102.sh](docs/update102.sh) script.
- v1.0.0 to v1.0.1 - backup registry, download and run the [update101.sh](docs/update101.sh) script.

View file

@ -224,7 +224,7 @@ fi
wget "http://www.adminer.org/latest.php" -O /usr/share/adminer/latest.php
ln -s /usr/share/adminer/latest.php /usr/share/adminer/adminer.php
git clone --branch v1.0.2 --single-branch https://github.com/getnamingo/registry /opt/registry
git clone --branch v1.0.3 --single-branch https://github.com/getnamingo/registry /opt/registry
mkdir -p /var/log/namingo
chown -R www-data:www-data /var/log/namingo