update adminer and adapt plugins to new version
This commit is contained in:
parent
5659ab8524
commit
f66a311358
15 changed files with 1411 additions and 1975 deletions
10
update.sh
10
update.sh
|
|
@ -1,8 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
URL=$(curl -s https://api.github.com/repos/adminerevo/adminerevo/releases/latest |
|
||||
grep browser_download_url | grep "adminer-" |
|
||||
cut -d : -f 2,3 |
|
||||
tr -d \")
|
||||
#URL=$(curl -s https://api.github.com/repos/adminerevo/adminerevo/releases/latest |
|
||||
# grep browser_download_url | grep "adminer-" |
|
||||
# cut -d : -f 2,3 |
|
||||
# tr -d \")
|
||||
|
||||
URL="https://www.adminer.org/latest-en.php"
|
||||
|
||||
wget -q $URL -O adminer.php
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue