Skip to content

Commit 9c82bc5

Browse files
author
Andrei Neagu
committed
fixed broken install
1 parent 56d7fe1 commit 9c82bc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/github/helpers/install_7zip.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ set -o nounset # abort on unbound variable
99
set -o pipefail # don't hide errors within pipes
1010
IFS=$'\n\t'
1111

12-
exec "$( dirname -- "$0"; )"/../../../scripts/install_7zip.bash
12+
apt-get install p7zip-full

ci/github/helpers/install_rclone.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ set -o nounset # abort on unbound variable
99
set -o pipefail # don't hide errors within pipes
1010
IFS=$'\n\t'
1111

12-
apt-get install p7zip-full
12+
exec "$( dirname -- "$0"; )"/../../../scripts/install_rclone.bash

0 commit comments

Comments
 (0)