Skip to content
Snippets Groups Projects
Verified Commit 3d1a9bbd authored by Chris Croome's avatar Chris Croome
Browse files

comment jc for trixie

parent d04c4a68
No related branches found
No related tags found
No related merge requests found
Pipeline #35537 passed
......@@ -20,6 +20,8 @@ distro=$(grep '^ID=' /etc/os-release | awk -F "=" '{print $2}')
hostname=$(hostname -s)
version=$(grep '^VERSION_CODENAME=' /etc/os-release | awk -F "=" '{print $2}')
# Currently there is no jc in trixie
# https://packages.debian.org/trixie/jc
if [[ "${distro}" == "debian" ]]
then
if [[ "${version}" == "trixie" ]]
......@@ -27,7 +29,6 @@ then
requirements="ansible-core
ansible-lint
git
jc
jo
libpq-dev
pipx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment