Skip to content

Commit

Permalink
kvmd: Bump to v3.134
Browse files Browse the repository at this point in the history
  • Loading branch information
hzyitc committed Sep 14, 2022
1 parent 4de5afd commit fae6406
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions customize-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Main() {
InstallKvmd() {

# TAG=$(curl "https://api.github.com/repos/hzyitc/kvmd-debian/releases/latest" | jq -r .tag_name)
TAG=debian-v3.85
TAG=debian-v3.134
VERSION=$(echo "$TAG" | grep -oE '[0-9]+([\.-][0-9]+)+')

# Donwload the packages
Expand Down Expand Up @@ -50,10 +50,8 @@ InstallKvmd() {
# All services will be enable by default in firstrun
# So we need to mask those we don't need
systemctl mask nginx
systemctl mask kvmd-bootconfig
systemctl mask kvmd-watchdog kvmd-tc358743
systemctl mask kvmd-janus kvmd-janus-static
systemctl mask kvmd-vnc kvmd-ipmi
systemctl mask kvmd-otgnet

rm python3-kvmd_${VERSION}_all.deb kvmd-platform-v2-hdmiusb-generic_${VERSION}_all.deb
Expand Down

0 comments on commit fae6406

Please sign in to comment.