We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56d7fe1 commit 9c82bc5Copy full SHA for 9c82bc5
ci/github/helpers/install_7zip.bash
@@ -9,4 +9,4 @@ set -o nounset # abort on unbound variable
9
set -o pipefail # don't hide errors within pipes
10
IFS=$'\n\t'
11
12
-exec "$( dirname -- "$0"; )"/../../../scripts/install_7zip.bash
+apt-get install p7zip-full
ci/github/helpers/install_rclone.bash
-apt-get install p7zip-full
+exec "$( dirname -- "$0"; )"/../../../scripts/install_rclone.bash
0 commit comments