valkey fix
This commit is contained in:
parent
4cf56f3835
commit
84b9763632
@ -14,22 +14,15 @@ network_check
|
|||||||
update_os
|
update_os
|
||||||
|
|
||||||
msg_info "Installing Dependencies"
|
msg_info "Installing Dependencies"
|
||||||
$STD apt install -y nginx
|
$STD apt install -y \
|
||||||
|
nginx \
|
||||||
|
valkey
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
PG_VERSION="17" setup_postgresql
|
PG_VERSION="17" setup_postgresql
|
||||||
setup_go
|
setup_go
|
||||||
NODE_VERSION="24" setup_nodejs
|
NODE_VERSION="24" setup_nodejs
|
||||||
|
|
||||||
msg_info "Installing Valkey"
|
|
||||||
setup_deb822_repo "valkey" \
|
|
||||||
"https://greensec.github.io/valkey-debian/public.key" \
|
|
||||||
"https://greensec.github.io/valkey-debian/repo" \
|
|
||||||
"$(lsb_release -cs)" \
|
|
||||||
"main"
|
|
||||||
$STD apt-get install -y valkey
|
|
||||||
msg_ok "Installed Valkey"
|
|
||||||
|
|
||||||
fetch_and_deploy_gh_release "databasus" "databasus/databasus" "tarball" "latest" "/opt/databasus"
|
fetch_and_deploy_gh_release "databasus" "databasus/databasus" "tarball" "latest" "/opt/databasus"
|
||||||
|
|
||||||
msg_info "Building Databasus (Patience)"
|
msg_info "Building Databasus (Patience)"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user