Skip to content

Commit 7e5200f

Browse files
Moved the remote-install test to be executed only on installer updates
1 parent 9c55039 commit 7e5200f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/remote-install.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,15 @@ name: TEST - Remote Installation
33
on:
44
push:
55
branches: [ "**" ]
6+
paths:
7+
- '**/install*'
8+
69
pull_request:
710
branches: [ "**" ]
11+
paths:
12+
- '**/install*'
13+
14+
workflow_dispatch: {}
815

916
jobs:
1017
remote-install:

installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ install_dependencies() {
7676
if [[ "$PM" == "apt" ]]; then
7777
install_package "wget curl tar perl libwww-perl liblwp-protocol-https-perl libgd-graph-perl iptables host unzip sendmail"
7878
elif [[ "$PM" == "yum" || "$PM" == "dnf" ]]; then
79-
install_package "wget tar curl perl perl-libwww-perl.noarch perl-LWP-Protocol-https.noarch perl-GDGraph perl-Math-BigInt.noarch iptables bind-utils unzip sendmail"
79+
install_package "--allowerasing wget tar curl perl perl-libwww-perl.noarch perl-LWP-Protocol-https.noarch perl-GDGraph perl-Math-BigInt.noarch iptables bind-utils unzip sendmail"
8080
else
8181
warn "Could not detect package manager. Skipping dependency installation."
8282
fi

0 commit comments

Comments
 (0)