Skip to content

Commit

Permalink
Updates before release
Browse files Browse the repository at this point in the history
  • Loading branch information
getpinga committed Aug 27, 2024
1 parent 42a8fb8 commit 977b0f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 977b0f9

Please sign in to comment.