File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919
2020 - name : Install Zeek
2121 run : |
22- echo 'deb http://download.opensuse.org/repositories/security:/zeek/xUbuntu_22 .04/ /' | sudo tee /etc/apt/sources.list.d/security:zeek.list
23- curl -fsSL https://download.opensuse.org/repositories/security:zeek/xUbuntu_22 .04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/security_zeek.gpg > /dev/null
22+ echo 'deb http://download.opensuse.org/repositories/security:/zeek/xUbuntu_24 .04/ /' | sudo tee /etc/apt/sources.list.d/security:zeek.list
23+ curl -fsSL https://download.opensuse.org/repositories/security:zeek/xUbuntu_24 .04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/security_zeek.gpg > /dev/null
2424 sudo apt-get update
2525 sudo apt-get install -y zeek zeek-dev
2626 echo "/opt/zeek/bin" >> $GITHUB_PATH
You can’t perform that action at this time.
0 commit comments