Fixed #151 and update script

This commit is contained in:
Pinga 2024-08-23 21:05:16 +03:00
parent 076d1a4e3a
commit b471758f04
5 changed files with 379 additions and 34 deletions

View file

@ -58,7 +58,7 @@ php /var/www/cp/bin/clear_cache.php
# Clone the new version of the repository
echo "Cloning v1.0.1 from the repository..."
git clone https://github.com/getnamingo/registry /opt/registry101
git clone --branch v1.0.1 --single-branch https://github.com/getnamingo/registry /opt/registry
# Copy files from the new version to the appropriate directories
echo "Copying files..."