diff --git a/.github/workflows/dietpi-software.yml b/.github/workflows/dietpi-software.yml index 28fd8ed54c..853a382e5d 100644 --- a/.github/workflows/dietpi-software.yml +++ b/.github/workflows/dietpi-software.yml @@ -76,4 +76,5 @@ jobs: [ $owner ] || owner=$GITHUB_REPOSITORY_OWNER branch='${{ github.event.inputs.branch }}' [ $branch ] || branch=$GITHUB_REF_NAME + sudo systemctl stop ssh mono-xsp4 sudo bash -c "G_GITOWNER=$owner G_GITBRANCH=$branch; $(curl -sSf "https://raw.githubusercontent.com/$owner/DietPi/$branch/.github/workflows/dietpi-software.bash")" -- -a '${{ matrix.arch }}' -d '${{ matrix.dist }}' -s '${{ github.event.inputs.soft }}' -rpi '${{ github.event.inputs.rpi }}'