Skip to content

Commit

Permalink
feat: add ebusd
Browse files Browse the repository at this point in the history
  • Loading branch information
prehor committed Jul 7, 2024
1 parent 111c90d commit a5ee63c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions kubernetes/main/apps/home-automation/ebusd/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,13 @@ spec:
set -e
# Install packages
apt update
apt install --yes dnsutils
apt install --yes iproute2
apt install --yes inetutils-ping
apt install --yes inetutils-telnet
apt install --yes inetutils-traceroute
apt install --yes net-tools
sudo apt update
sudo apt install --yes dnsutils
sudo apt install --yes iproute2
sudo apt install --yes inetutils-ping
sudo apt install --yes inetutils-telnet
sudo apt install --yes inetutils-traceroute
sudo apt install --yes net-tools
# Setup git
git config --global user.name "${GITCONFIG_USER_NAME}"
Expand Down

0 comments on commit a5ee63c

Please sign in to comment.