adminer updated to adminerevo
This commit is contained in:
parent
b26f349581
commit
222120c957
5 changed files with 1194 additions and 1121 deletions
8
update.sh
Normal file
8
update.sh
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#!/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 \")
|
||||
|
||||
wget -q $URL -O adminer.php
|
||||
Loading…
Add table
Add a link
Reference in a new issue