Skip to content

Commit 81ddb83

Browse files
committed
minor fixes
1 parent 2e4f206 commit 81ddb83

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ct/llama-cpp.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source "$(dirname "${BASH_SOURCE[0]}")/../misc/build.func" 2>/dev/null || source
55
# License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE
66
# Source: https://github.com/ggml-org/llama.cpp
77

8-
APP="llama.cpp"
8+
APP="llama-cpp"
99
var_tags="${var_tags:-ai;llm}"
1010
var_cpu="${var_cpu:-4}"
1111
var_ram="${var_ram:-8192}"

install/ntopng-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ update_os
1515

1616
msg_info "Adding ntop Repository"
1717
curl -fsSL "https://packages.ntop.org/apt-stable/$(get_os_info codename)/all/apt-ntop-stable.deb" -o /tmp/apt-ntop-stable.deb
18-
$STD dpkg -i /tmp/apt-ntop-stable.deb
18+
$STD apt install -y /tmp/apt-ntop-stable.deb
1919
rm -f /tmp/apt-ntop-stable.deb
2020
$STD apt update
2121
msg_ok "Added ntop Repository"

0 commit comments

Comments
 (0)