Update debian-install.sh
This commit is contained in:
parent
c34347ed22
commit
d9c5f7d12f
@ -19,7 +19,7 @@ update_os
|
|||||||
|
|
||||||
# Example Setting for Test
|
# Example Setting for Test
|
||||||
#NODE_MODULE="pnpm@10.1,yarn"
|
#NODE_MODULE="pnpm@10.1,yarn"
|
||||||
RELEASE=$(community_curl https://api.github.com/repos/babybuddy/babybuddy/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')
|
RELEASE=$(curl_handler https://api.github.com/repos/babybuddy/babybuddy/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')
|
||||||
|
|
||||||
NODE_VERSION="22" NODE_MODULE="yarn" install_node_and_modules
|
NODE_VERSION="22" NODE_MODULE="yarn" install_node_and_modules
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user