mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 09:54:36 +00:00
Add update script to Pocketbase (#535)
* feat: pocketbase update script * Apply suggestions from code review add `v` prefix to release version outputs Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * remove unnecessary dir creation * move temp file creation to before apt cleanup * change to updateable * switch to provided update command * check for availability of pocketbase binary before running update * Apply suggestions from code review Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> * fix code suggestions merge issue --------- Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com>
This commit is contained in:
parent
11147e4482
commit
e9ebfffb57
3 changed files with 25 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
],
|
||||
"date_created": "2024-05-07",
|
||||
"type": "ct",
|
||||
"updateable": false,
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": null,
|
||||
"documentation": "https://pocketbase.io/docs/",
|
||||
|
@ -31,4 +31,4 @@
|
|||
"password": null
|
||||
},
|
||||
"notes": []
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue