From 57b01bc22aaff80eb916d1f656c75fefcd284afa Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Sat, 4 Nov 2023 20:03:20 -0400 Subject: [PATCH] CI Tor --- .github/workflows/builds.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index fc36d890..e715e008 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -54,9 +54,9 @@ jobs: - name: System Basic Packages run: | if command -v apt-get; then - apt-get update -y && apt-get install -y shellcheck sudo adduser + apt-get update -y && apt-get install -y shellcheck sudo adduser tor elif command -v dnf; then - dnf update -y && dnf install -y ShellCheck sudo + dnf update -y && dnf install -y ShellCheck sudo tor else exit 1 fi