From: milzi234 Date: Fri, 14 Feb 2025 09:44:17 +0000 (+0100) Subject: use ubuntu's rclone X-Git-Tag: dnsdist-2.0.0-alpha1~89^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eca26e4bd2394c3efd56cc58f4a159a8b85382bb;p=thirdparty%2Fpdns.git use ubuntu's rclone --- diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index e430c7787e..e104ab1ef2 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -275,7 +275,8 @@ jobs: # Install rclone - name: Install rclone run: | - curl https://rclone.org/install.sh | sudo bash + sudo apt-get update + sudo apt-get install -y rclone - name: Configure rclone run: | mkdir -p ~/.config/rclone