Skip to content

Commit

Permalink
fixes 1
Browse files Browse the repository at this point in the history
  • Loading branch information
rafie committed Oct 1, 2023
1 parent d236c4a commit 2728ac5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/getepel
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ install_centos_stream_appstream() {
mirrorlist=http://mirrorlist.centos.org/?release=8-stream&arch=$basearch&repo=AppStream&infra=$infra
gpgcheck=0
enabled=1
priority=100
END
runn $SUDO mv $tmp_yumd/CentOS-Stream-AppStream.repo /etc/yum.repos.d/
runn rm -rf $tmp_yumd
Expand Down Expand Up @@ -341,7 +342,7 @@ if is_command dnf; then

install_raven
install_remi
install_centos_stream_appstream
# install_centos_stream_appstream

elif is_command yum; then
xinstall -y yum-utils
Expand Down

0 comments on commit 2728ac5

Please sign in to comment.