Update Adminer to latest version

This commit is contained in:
Pinga 2025-04-08 10:09:01 +03:00
parent 07ddf66626
commit e1617e3f2b
2 changed files with 3 additions and 1 deletions

View file

@ -14,7 +14,7 @@
<a href="https://namingo.org" target="_blank" class="link-secondary" rel="noopener">Namingo</a>
</li>
<li class="list-inline-item">
v1.0.19
v1.0.20
</li>
</ul>
</div>

View file

@ -203,6 +203,8 @@ echo "MariaDB updated..."
echo "Restarting PHP FPM service..."
systemctl restart ${PHP_VERSION}-fpm
wget "http://www.adminer.org/latest.php" -O /usr/share/adminer/latest.php
# Start services
echo "Starting services..."
systemctl start epp