Skip to content

Commit

Permalink
create dnf repo file with sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
sauterp committed Oct 26, 2023
1 parent b5f4dc5 commit ff3a996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-latest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ fi

install_rpm_pkg() {
repofile=/etc/yum.repos.d/exoscale-cli.repo
cat <<EOF >$repofile
cat <<EOF | $SUDO tee $repofile
[exoscale-cli-repo]
name=exoscale-cli-repo
baseurl=https://sos-ch-gva-2.exo.io/exoscale-packages/rpm/cli
Expand Down

0 comments on commit ff3a996

Please sign in to comment.