mirror of https://github.com/tteck/Proxmox.git
Update linkwarden-install.sh
This commit is contained in:
parent
41763b94ee
commit
26552c4081
|
@ -28,10 +28,11 @@ curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dea
|
|||
echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main" >/etc/apt/sources.list.d/nodesource.list
|
||||
msg_ok "Set up Node.js Repository"
|
||||
|
||||
msg_info "Installing Node.js"
|
||||
msg_info "Installing Node.js/Yarn"
|
||||
$STD apt-get update
|
||||
$STD apt-get install -y nodejs
|
||||
msg_ok "Installed Node.js"
|
||||
$STD npm install -g yarn
|
||||
msg_ok "Installed Node.js/Yarn"
|
||||
|
||||
msg_info "Clone Linkwarden Repository"
|
||||
$STD git clone https://github.com/linkwarden/linkwarden.git /opt/linkwarden
|
||||
|
|
Loading…
Reference in New Issue