diff --git a/.github/workflows/1password-cli.yml b/.github/workflows/1password-cli.yml index 97819e3d..cc5bde0d 100644 --- a/.github/workflows/1password-cli.yml +++ b/.github/workflows/1password-cli.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install 1Password CLI shell: su norm --command "bash --login {0}" run: programs/1password-cli/install.bash diff --git a/.github/workflows/1password.yml b/.github/workflows/1password.yml index c0520835..19f8bf3e 100644 --- a/.github/workflows/1password.yml +++ b/.github/workflows/1password.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install 1Password shell: su norm --command "bash --login {0}" run: programs/1password/install.bash diff --git a/.github/workflows/_program.yml.template b/.github/workflows/_program.yml.template index cc03bc77..d28febf4 100644 --- a/.github/workflows/_program.yml.template +++ b/.github/workflows/_program.yml.template @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install ${program_name} shell: su norm --command "bash --login {0}" run: ${program_script} diff --git a/.github/workflows/act.yml b/.github/workflows/act.yml index 61e55f7d..bda782a2 100644 --- a/.github/workflows/act.yml +++ b/.github/workflows/act.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install Act shell: su norm --command "bash --login {0}" run: programs/act/install.bash diff --git a/.github/workflows/angle-grinder.yml b/.github/workflows/angle-grinder.yml index a3345504..8f87bdbb 100644 --- a/.github/workflows/angle-grinder.yml +++ b/.github/workflows/angle-grinder.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install Angle-Grinder shell: su norm --command "bash --login {0}" run: programs/angle-grinder/install.bash diff --git a/.github/workflows/anki.yml b/.github/workflows/anki.yml index e95efc47..a0da005a 100644 --- a/.github/workflows/anki.yml +++ b/.github/workflows/anki.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install Anki shell: su norm --command "bash --login {0}" run: programs/anki/install.bash diff --git a/.github/workflows/aws-nuke.yml b/.github/workflows/aws-nuke.yml index c9b65549..fbdcd5ab 100644 --- a/.github/workflows/aws-nuke.yml +++ b/.github/workflows/aws-nuke.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install aws-nuke shell: su norm --command "bash --login {0}" run: programs/aws-nuke/install.bash diff --git a/.github/workflows/aws-vault.yml b/.github/workflows/aws-vault.yml index d930783c..5a3c2a74 100644 --- a/.github/workflows/aws-vault.yml +++ b/.github/workflows/aws-vault.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install aws-vault shell: su norm --command "bash --login {0}" run: programs/aws-vault/install.bash diff --git a/.github/workflows/awscli.yml b/.github/workflows/awscli.yml index 04026ebb..c99687ad 100644 --- a/.github/workflows/awscli.yml +++ b/.github/workflows/awscli.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install awscli shell: su norm --command "bash --login {0}" run: programs/awscli/install.bash diff --git a/.github/workflows/awsls.yml b/.github/workflows/awsls.yml index d08e1907..28fb6d3b 100644 --- a/.github/workflows/awsls.yml +++ b/.github/workflows/awsls.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install awsls shell: su norm --command "bash --login {0}" run: programs/awsls/install.bash diff --git a/.github/workflows/awsvpnclient.yml b/.github/workflows/awsvpnclient.yml index b88fdeb5..d3287016 100644 --- a/.github/workflows/awsvpnclient.yml +++ b/.github/workflows/awsvpnclient.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install AWS Client VPN for Linux shell: su norm --command "bash --login {0}" run: programs/awsvpnclient/install.bash diff --git a/.github/workflows/bashmarks.yml b/.github/workflows/bashmarks.yml index 2b5308ec..7275d87a 100644 --- a/.github/workflows/bashmarks.yml +++ b/.github/workflows/bashmarks.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install Bashmarks shell: su norm --command "bash --login {0}" run: programs/bashmarks/install.bash diff --git a/.github/workflows/borgbackup.yml b/.github/workflows/borgbackup.yml index 5ce5bae4..45978d64 100644 --- a/.github/workflows/borgbackup.yml +++ b/.github/workflows/borgbackup.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install BorgBackup shell: su norm --command "bash --login {0}" run: programs/borgbackup/install.bash diff --git a/.github/workflows/clustergit.yml b/.github/workflows/clustergit.yml index 8da9be0a..b34c6f83 100644 --- a/.github/workflows/clustergit.yml +++ b/.github/workflows/clustergit.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install clustergit shell: su norm --command "bash --login {0}" run: programs/clustergit/install.bash diff --git a/.github/workflows/codebuild-agent.yml b/.github/workflows/codebuild-agent.yml index cf9392a7..d83268ea 100644 --- a/.github/workflows/codebuild-agent.yml +++ b/.github/workflows/codebuild-agent.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install AWS CodeBuild agent shell: su norm --command "bash --login {0}" run: programs/codebuild-agent/install.bash diff --git a/.github/workflows/cropgui.yml b/.github/workflows/cropgui.yml index 5587f09d..a11562bd 100644 --- a/.github/workflows/cropgui.yml +++ b/.github/workflows/cropgui.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install Cropgui shell: su norm --command "bash --login {0}" run: programs/cropgui/install.bash diff --git a/.github/workflows/cw.yml b/.github/workflows/cw.yml index 0b078192..cb97d134 100644 --- a/.github/workflows/cw.yml +++ b/.github/workflows/cw.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install cw shell: su norm --command "bash --login {0}" run: programs/cw/install.bash diff --git a/.github/workflows/diff-pdf.yml b/.github/workflows/diff-pdf.yml index 5b5bde94..a357ed05 100644 --- a/.github/workflows/diff-pdf.yml +++ b/.github/workflows/diff-pdf.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install diff-pdf shell: su norm --command "bash --login {0}" run: programs/diff-pdf/install.bash diff --git a/.github/workflows/direnv.yml b/.github/workflows/direnv.yml index abd2eec0..cdb065b1 100644 --- a/.github/workflows/direnv.yml +++ b/.github/workflows/direnv.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install direnv shell: su norm --command "bash --login {0}" run: programs/direnv/install.bash diff --git a/.github/workflows/dotnetsdk.yml b/.github/workflows/dotnetsdk.yml index df549d98..d201b084 100644 --- a/.github/workflows/dotnetsdk.yml +++ b/.github/workflows/dotnetsdk.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install .NET SDK shell: su norm --command "bash --login {0}" run: programs/dotnetsdk/install.bash diff --git a/.github/workflows/dsutils.yml b/.github/workflows/dsutils.yml index ff1a79cd..20bcdc0f 100644 --- a/.github/workflows/dsutils.yml +++ b/.github/workflows/dsutils.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install dsutils shell: su norm --command "bash --login {0}" run: programs/dsutils/install.bash diff --git a/.github/workflows/duckdb.yml b/.github/workflows/duckdb.yml index a5005ce1..7cd33d01 100644 --- a/.github/workflows/duckdb.yml +++ b/.github/workflows/duckdb.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install DuckDB shell: su norm --command "bash --login {0}" run: programs/duckdb/install.bash diff --git a/.github/workflows/dvc.yml b/.github/workflows/dvc.yml index 3f0fd3f4..90eab81c 100644 --- a/.github/workflows/dvc.yml +++ b/.github/workflows/dvc.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install DVC (Data Version Control) shell: su norm --command "bash --login {0}" run: programs/dvc/install.bash diff --git a/.github/workflows/envman.yml b/.github/workflows/envman.yml index 58923705..031c0835 100644 --- a/.github/workflows/envman.yml +++ b/.github/workflows/envman.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install Envman shell: su norm --command "bash --login {0}" run: programs/envman/install.bash diff --git a/.github/workflows/firefox-open-url-in-container.yml b/.github/workflows/firefox-open-url-in-container.yml index 26a165b3..84784a75 100644 --- a/.github/workflows/firefox-open-url-in-container.yml +++ b/.github/workflows/firefox-open-url-in-container.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install firefox-container shell: su norm --command "bash --login {0}" run: programs/firefox-open-url-in-container/install.bash diff --git a/.github/workflows/firefox.yml b/.github/workflows/firefox.yml index 37163163..555179b8 100644 --- a/.github/workflows/firefox.yml +++ b/.github/workflows/firefox.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install Firefox shell: su norm --command "bash --login {0}" run: programs/firefox/install.bash diff --git a/.github/workflows/fzf.yml b/.github/workflows/fzf.yml index f3cb590d..02bcb897 100644 --- a/.github/workflows/fzf.yml +++ b/.github/workflows/fzf.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install fzf shell: su norm --command "bash --login {0}" run: programs/fzf/install.bash diff --git a/.github/workflows/gcloud.yml b/.github/workflows/gcloud.yml index 2d8062f6..2c8b2294 100644 --- a/.github/workflows/gcloud.yml +++ b/.github/workflows/gcloud.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install gcloud CLI shell: su norm --command "bash --login {0}" run: programs/gcloud/install.bash diff --git a/.github/workflows/geckodriver.yml b/.github/workflows/geckodriver.yml index bb225277..e1135290 100644 --- a/.github/workflows/geckodriver.yml +++ b/.github/workflows/geckodriver.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install geckodriver shell: su norm --command "bash --login {0}" run: programs/geckodriver/install.bash diff --git a/.github/workflows/gephi.yml b/.github/workflows/gephi.yml index 1c068d92..ec2ef832 100644 --- a/.github/workflows/gephi.yml +++ b/.github/workflows/gephi.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install Gephi shell: su norm --command "bash --login {0}" run: programs/gephi/install.bash diff --git a/.github/workflows/git-secrets.yml b/.github/workflows/git-secrets.yml index bd41d9f6..fba75088 100644 --- a/.github/workflows/git-secrets.yml +++ b/.github/workflows/git-secrets.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install git-secrets shell: su norm --command "bash --login {0}" run: programs/git-secrets/install.bash diff --git a/.github/workflows/github-cli.yml b/.github/workflows/github-cli.yml index 070ff675..60c36dd2 100644 --- a/.github/workflows/github-cli.yml +++ b/.github/workflows/github-cli.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install GitHub CLI shell: su norm --command "bash --login {0}" run: programs/github-cli/install.bash diff --git a/.github/workflows/gnucash3.yml b/.github/workflows/gnucash3.yml index 94d944c3..2d356ea2 100644 --- a/.github/workflows/gnucash3.yml +++ b/.github/workflows/gnucash3.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install GnuCash 3 shell: su norm --command "bash --login {0}" run: programs/gnucash3/install.bash diff --git a/.github/workflows/goenv.yml b/.github/workflows/goenv.yml index f8b821e0..cd4a657d 100644 --- a/.github/workflows/goenv.yml +++ b/.github/workflows/goenv.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install goenv shell: su norm --command "bash --login {0}" run: programs/goenv/install.bash diff --git a/.github/workflows/golang.yml b/.github/workflows/golang.yml index b513b586..5d64df40 100644 --- a/.github/workflows/golang.yml +++ b/.github/workflows/golang.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install Golang shell: su norm --command "bash --login {0}" run: programs/golang/install.bash diff --git a/.github/workflows/granted.yml b/.github/workflows/granted.yml index 06894f1a..2fe3b780 100644 --- a/.github/workflows/granted.yml +++ b/.github/workflows/granted.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install Granted shell: su norm --command "bash --login {0}" run: programs/granted/install.bash diff --git a/.github/workflows/htmlq.yml b/.github/workflows/htmlq.yml index ebf2c536..fc96f10e 100644 --- a/.github/workflows/htmlq.yml +++ b/.github/workflows/htmlq.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install htmlq shell: su norm --command "bash --login {0}" run: programs/htmlq/install.bash diff --git a/.github/workflows/identitystorelister.yml b/.github/workflows/identitystorelister.yml index 82dd2e5b..ede0c951 100644 --- a/.github/workflows/identitystorelister.yml +++ b/.github/workflows/identitystorelister.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install identitystorelister shell: su norm --command "bash --login {0}" run: programs/identitystorelister/install.bash diff --git a/.github/workflows/jd.yml b/.github/workflows/jd.yml index f07e426b..91bcdac2 100644 --- a/.github/workflows/jd.yml +++ b/.github/workflows/jd.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install jd shell: su norm --command "bash --login {0}" run: programs/jd/install.bash diff --git a/.github/workflows/jmeter.yml b/.github/workflows/jmeter.yml index 5c99e058..a1437634 100644 --- a/.github/workflows/jmeter.yml +++ b/.github/workflows/jmeter.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install JMeter shell: su norm --command "bash --login {0}" run: programs/jmeter/install.bash diff --git a/.github/workflows/mark.yml b/.github/workflows/mark.yml index 585b20b3..d903741d 100644 --- a/.github/workflows/mark.yml +++ b/.github/workflows/mark.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install mark shell: su norm --command "bash --login {0}" run: programs/mark/install.bash diff --git a/.github/workflows/mullvad-vpn.yml b/.github/workflows/mullvad-vpn.yml index cc8e9fa8..8b74d880 100644 --- a/.github/workflows/mullvad-vpn.yml +++ b/.github/workflows/mullvad-vpn.yml @@ -39,11 +39,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install Mullvad VPN shell: su norm --command "bash --login {0}" run: programs/mullvad-vpn/install.bash diff --git a/.github/workflows/nice-dcv-viewer.yml b/.github/workflows/nice-dcv-viewer.yml index 400fcbec..2203bef5 100644 --- a/.github/workflows/nice-dcv-viewer.yml +++ b/.github/workflows/nice-dcv-viewer.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install NICE DCV Viewer shell: su norm --command "bash --login {0}" run: programs/nice-dcv-viewer/install.bash diff --git a/.github/workflows/openrefine.yml b/.github/workflows/openrefine.yml index 1eb2d9fb..98661b7d 100644 --- a/.github/workflows/openrefine.yml +++ b/.github/workflows/openrefine.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install OpenRefine shell: su norm --command "bash --login {0}" run: programs/openrefine/install.bash diff --git a/.github/workflows/packer.yml b/.github/workflows/packer.yml index 6771439b..9d9b88f3 100644 --- a/.github/workflows/packer.yml +++ b/.github/workflows/packer.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install Packer shell: su norm --command "bash --login {0}" run: programs/packer/install.bash diff --git a/.github/workflows/parallel.yml b/.github/workflows/parallel.yml index b01496be..2f59fd92 100644 --- a/.github/workflows/parallel.yml +++ b/.github/workflows/parallel.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install Parallel shell: su norm --command "bash --login {0}" run: programs/parallel/install.bash diff --git a/.github/workflows/pipelines.yml b/.github/workflows/pipelines.yml index 4a376ba8..f51408c5 100644 --- a/.github/workflows/pipelines.yml +++ b/.github/workflows/pipelines.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install Bitbucket Pipelines CLI shell: su norm --command "bash --login {0}" run: programs/pipelines/install.bash diff --git a/.github/workflows/pipx.yml b/.github/workflows/pipx.yml index 734255b9..665920d8 100644 --- a/.github/workflows/pipx.yml +++ b/.github/workflows/pipx.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install Pipx shell: su norm --command "bash --login {0}" run: programs/pipx/install.bash diff --git a/.github/workflows/plantuml.yml b/.github/workflows/plantuml.yml index ff8472a2..0a7cfa70 100644 --- a/.github/workflows/plantuml.yml +++ b/.github/workflows/plantuml.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install PlantUML shell: su norm --command "bash --login {0}" run: programs/plantuml/install.bash diff --git a/.github/workflows/powershell.yml b/.github/workflows/powershell.yml index dcf806af..35959f2c 100644 --- a/.github/workflows/powershell.yml +++ b/.github/workflows/powershell.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install PowerShell shell: su norm --command "bash --login {0}" run: programs/powershell/install.bash diff --git a/.github/workflows/q.yml b/.github/workflows/q.yml index 2f9d56f2..2e88fc83 100644 --- a/.github/workflows/q.yml +++ b/.github/workflows/q.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install q shell: su norm --command "bash --login {0}" run: programs/q/install.bash diff --git a/.github/workflows/qsv.yml b/.github/workflows/qsv.yml index 39c7171a..3605ae9b 100644 --- a/.github/workflows/qsv.yml +++ b/.github/workflows/qsv.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install qsv shell: su norm --command "bash --login {0}" run: programs/qsv/install.bash diff --git a/.github/workflows/rain.yml b/.github/workflows/rain.yml index f8eb134f..d0c9c652 100644 --- a/.github/workflows/rain.yml +++ b/.github/workflows/rain.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install Rain shell: su norm --command "bash --login {0}" run: programs/rain/install.bash diff --git a/.github/workflows/rclone.yml b/.github/workflows/rclone.yml index 4795d426..34682b04 100644 --- a/.github/workflows/rclone.yml +++ b/.github/workflows/rclone.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install rclone shell: su norm --command "bash --login {0}" run: programs/rclone/install.bash diff --git a/.github/workflows/rocketchat.yml b/.github/workflows/rocketchat.yml index db46dbd3..de5f0212 100644 --- a/.github/workflows/rocketchat.yml +++ b/.github/workflows/rocketchat.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install Rocketchat shell: su norm --command "bash --login {0}" run: programs/rocketchat/install.bash diff --git a/.github/workflows/s5cmd.yml b/.github/workflows/s5cmd.yml index 66434b76..cc22adc8 100644 --- a/.github/workflows/s5cmd.yml +++ b/.github/workflows/s5cmd.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install s5cmd shell: su norm --command "bash --login {0}" run: programs/s5cmd/install.bash diff --git a/.github/workflows/saml2aws.yml b/.github/workflows/saml2aws.yml index 10ad2248..4ca2153e 100644 --- a/.github/workflows/saml2aws.yml +++ b/.github/workflows/saml2aws.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install saml2aws shell: su norm --command "bash --login {0}" run: programs/saml2aws/install.bash diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index 352a31e2..e6da00ca 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install ShellCheck shell: su norm --command "bash --login {0}" run: programs/shellcheck/install.bash diff --git a/.github/workflows/snowsql.yml b/.github/workflows/snowsql.yml index 50cc75cb..b5781027 100644 --- a/.github/workflows/snowsql.yml +++ b/.github/workflows/snowsql.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install SnowSQL shell: su norm --command "bash --login {0}" run: programs/snowsql/install.bash diff --git a/.github/workflows/spotify.yml b/.github/workflows/spotify.yml index a96c81d6..48ed523b 100644 --- a/.github/workflows/spotify.yml +++ b/.github/workflows/spotify.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install Spotify shell: su norm --command "bash --login {0}" run: programs/spotify/install.bash diff --git a/.github/workflows/sqlean.yml b/.github/workflows/sqlean.yml index b8c86f09..f1754f6d 100644 --- a/.github/workflows/sqlean.yml +++ b/.github/workflows/sqlean.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install SQLean shell: su norm --command "bash --login {0}" run: programs/sqlean/install.bash diff --git a/.github/workflows/terragrunt.yml b/.github/workflows/terragrunt.yml index 462ad357..41c57133 100644 --- a/.github/workflows/terragrunt.yml +++ b/.github/workflows/terragrunt.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install Terragrunt shell: su norm --command "bash --login {0}" run: programs/terragrunt/install.bash diff --git a/.github/workflows/tfenv.yml b/.github/workflows/tfenv.yml index 2b85d926..36fe4ea4 100644 --- a/.github/workflows/tfenv.yml +++ b/.github/workflows/tfenv.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install tfenv shell: su norm --command "bash --login {0}" run: programs/tfenv/install.bash diff --git a/.github/workflows/tgenv.yml b/.github/workflows/tgenv.yml index fef2b96b..ab8be6da 100644 --- a/.github/workflows/tgenv.yml +++ b/.github/workflows/tgenv.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install tgenv shell: su norm --command "bash --login {0}" run: programs/tgenv/install.bash diff --git a/.github/workflows/typora.yml b/.github/workflows/typora.yml index 4975233b..b5479913 100644 --- a/.github/workflows/typora.yml +++ b/.github/workflows/typora.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install Typora shell: su norm --command "bash --login {0}" run: programs/typora/install.bash diff --git a/.github/workflows/vagrant.yml b/.github/workflows/vagrant.yml index 7ff184eb..f7ecc03a 100644 --- a/.github/workflows/vagrant.yml +++ b/.github/workflows/vagrant.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install Vagrant shell: su norm --command "bash --login {0}" run: programs/vagrant/install.bash diff --git a/.github/workflows/vale.yml b/.github/workflows/vale.yml index 9dbe94e0..d4474f39 100644 --- a/.github/workflows/vale.yml +++ b/.github/workflows/vale.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install Vale shell: su norm --command "bash --login {0}" run: programs/vale/install.bash diff --git a/.github/workflows/virtualbox.yml b/.github/workflows/virtualbox.yml index c48b1559..8c26b0cb 100644 --- a/.github/workflows/virtualbox.yml +++ b/.github/workflows/virtualbox.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install VirtualBox shell: su norm --command "bash --login {0}" run: programs/virtualbox/install.bash diff --git a/.github/workflows/vscode.yml b/.github/workflows/vscode.yml index fa66a8e9..636062d7 100644 --- a/.github/workflows/vscode.yml +++ b/.github/workflows/vscode.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install Visual Studio Code shell: su norm --command "bash --login {0}" run: programs/vscode/install.bash diff --git a/.github/workflows/workspacesclient.yml b/.github/workflows/workspacesclient.yml index e57ecd9c..66478f17 100644 --- a/.github/workflows/workspacesclient.yml +++ b/.github/workflows/workspacesclient.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install AWS Workspaces Client shell: su norm --command "bash --login {0}" run: programs/workspacesclient/install.bash diff --git a/.github/workflows/yq.yml b/.github/workflows/yq.yml index ad558e90..e3119230 100644 --- a/.github/workflows/yq.yml +++ b/.github/workflows/yq.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install yq shell: su norm --command "bash --login {0}" run: programs/yq/install.bash diff --git a/.github/workflows/zoom.yml b/.github/workflows/zoom.yml index c12e0886..791055ec 100644 --- a/.github/workflows/zoom.yml +++ b/.github/workflows/zoom.yml @@ -36,11 +36,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Fix flaky networking in GitHub Actions - run: | - sudo apt install ethtool - sudo ethtool -K eth0 tx off rx off - - name: Install Zoom shell: su norm --command "bash --login {0}" run: programs/zoom/install.bash