mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-02 17:13:20 +02:00
Fixed #151 and update script
This commit is contained in:
parent
076d1a4e3a
commit
b471758f04
5 changed files with 379 additions and 34 deletions
|
@ -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..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue