From 02f78903bc80e83ec088ece9d2cb1b1e179d588f Mon Sep 17 00:00:00 2001 From: Igor Date: Wed, 19 Jun 2024 00:21:40 +0200 Subject: [PATCH] Update action.yml --- dut-run/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dut-run/action.yml b/dut-run/action.yml index 9b333f5..130a93e 100644 --- a/dut-run/action.yml +++ b/dut-run/action.yml @@ -38,7 +38,7 @@ runs: run: | ssh -o StrictHostKeyChecking=no ${{ inputs.DUT_USER }}@${{ inputs.DUT_IP }} "sed -i 's|http:\/\/[^ ]*|http:\/\/${{ inputs.REPOSITORY }}|' /etc/apt/sources.list.d/armbian.list" || true - ssh -o StrictHostKeyChecking=no ${{ inputs.DUT_USER }}@${{ inputs.DUT_IP }} "apt update; dpkg --configure -a; apt-get -y upgrade; apt-get -y install binutils iperf3 neofetch datamash p7zip-full; apt clean" || true + ssh -o StrictHostKeyChecking=no ${{ inputs.DUT_USER }}@${{ inputs.DUT_IP }} "apt update; dpkg --configure -a; apt-get -o Dpkg::Options::='--force-confold' --force-yes -fuy dist-upgrade; apt-get -y install binutils iperf3 neofetch datamash p7zip-full; apt clean" || true if [ "${{ inputs.REPOSITORY }}" == "beta.armbian.com" ]; then echo "REPOSITORY=beta" >> $GITHUB_ENV