Skip to content

Commit

Permalink
Fix rpm repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDuartePT committed Oct 6, 2023
1 parent 494d35f commit f4fb5b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deploy/build_packages/build_rpm_LLL.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ cp ${BUILD_DIR}/python3-lenovolegionlinux-${TAG}-1.noarch.rpm ${REPODIR}/package
#create repo file
echo "[LLL-pkg-repo]
name=LLL-pkg-repo
baseurl=baseurl=https:/johnfanv2.github.io/LenovoLegionLinux/package_repo/fedora/packages
baseurl=baseurl=https://johnfanv2.github.io/LenovoLegionLinux/package_repo/fedora/packages
enabled=1
gpgcheck=1
gpgkey=https:/johnfanv2.github.io/LenovoLegionLinux/package_repo/fedora/pgp-key.public" >${REPODIR}/package_repo/fedora/LLL.repo
gpgkey=https://johnfanv2.github.io/LenovoLegionLinux/package_repo/fedora/pgp-key.public" >${REPODIR}/package_repo/fedora/LLL.repo
2 changes: 1 addition & 1 deletion subprojects/lenovolegionlinux-dkms-git
Submodule lenovolegionlinux-dkms-git updated from 1f817f to a086e4

0 comments on commit f4fb5b0

Please sign in to comment.