Update authentik-install.sh
This commit is contained in:
parent
7b309dee02
commit
cc8b820ee0
@ -36,11 +36,9 @@ $STD apt-get install -y \
|
|||||||
git
|
git
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
NODE_VERSION="22"
|
|
||||||
PG_VERSION="16"
|
|
||||||
setup_uv
|
setup_uv
|
||||||
install_postgresql
|
PG_VERSION="16" install_postgresql
|
||||||
install_node_and_modules
|
NODE_VERSION="22" install_node_and_modules
|
||||||
install_go
|
install_go
|
||||||
|
|
||||||
msg_info "Installing yq"
|
msg_info "Installing yq"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user