From dde77bc022416d970b5b613f9f76c6334b3aa7b2 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Wed, 17 Jun 2026 12:08:12 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20Add=20no=20confirmation?= =?UTF-8?q?=20to=20apt=20command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dreamhost.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dreamhost.yml b/.github/workflows/dreamhost.yml index c044ef5..3b97108 100644 --- a/.github/workflows/dreamhost.yml +++ b/.github/workflows/dreamhost.yml @@ -16,7 +16,7 @@ jobs: - name: Install rsync run: | apt-get update - apt-get install rsync + apt-get -y install rsync - name: Checkout code uses: actions/checkout@v6