Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tvarohohlavy authored Jul 25, 2024
1 parent 2b9c3e2 commit 8017066
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/setup-deskpi-nodes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,12 @@ jobs:
steps:
- name: Setup Other Tools needed later or just useful
run: |
sudo apt install -y at
sudo apt install -y gettext moreutils tree
sudo apt install -y bash-completion
sudo apt install -y jq
sudo apt install -y apt-transport-https ca-certificates curl gpg
sudo apt install -y vim
sudo apt install -y at \
gettext moreutils tree \
bash-completion \
jq \
apt-transport-https \
ca-certificates \
curl \
gpg \
vim

0 comments on commit 8017066

Please sign in to comment.