mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-31 04:50:14 +00:00
replace apt install with dpkg -i
This commit is contained in:
parent
1806492e34
commit
620a2f12ee
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
|
||||
source <(curl -s https://raw.githubusercontent.com/kristocopani/ProxmoxVE/build/misc/build.func)
|
||||
# Copyright (c) 2021-2024 tteck
|
||||
# Author: kristocopani
|
||||
# License: MIT
|
||||
@ -70,7 +70,7 @@ function update_script() {
|
||||
nodejs
|
||||
cd /opt
|
||||
wget -q https://github.com/thelounge/thelounge-deb/releases/download/v${RELEASE}/thelounge_${RELEASE}_all.deb
|
||||
apt install -y ./thelounge_${RELEASE}_all.deb
|
||||
dpkg -i ./thelounge_${RELEASE}_all.deb
|
||||
msg_ok "Updated ${APP} to ${RELEASE}"
|
||||
|
||||
msg_info "Starting ${APP} Services"
|
||||
|
Loading…
Reference in New Issue
Block a user