diff --git a/README.md b/README.md index 9325a03..9aea488 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,8 @@ After installation, be sure to review all the guides in the Documentation sectio If your current version is not immediately before the latest, you must run the update scripts sequentially for each version, e.g., from 1.0.3 to 1.0.4, then from 1.0.4 to 1.0.5, and so on, until you reach the latest version. +- v1.0.12 to v1.0.13 - backup registry, download and run the [update1013.sh](docs/update1013.sh) script. + - v1.0.11 to v1.0.12 - backup registry, download and run the [update1012.sh](docs/update1012.sh) script. - v1.0.10 to v1.0.11 - backup registry, download and run the [update1011.sh](docs/update1011.sh) script. diff --git a/docs/install.sh b/docs/install.sh index fa06998..601d235 100644 --- a/docs/install.sh +++ b/docs/install.sh @@ -246,7 +246,7 @@ EOF 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.12 --single-branch https://github.com/getnamingo/registry /opt/registry + git clone --branch v1.0.13 --single-branch https://github.com/getnamingo/registry /opt/registry mkdir -p /var/log/namingo chown -R www-data:www-data /var/log/namingo