Skip to content

Commit

Permalink
Add skylime-extra pkgsrc repository by default to pkgin
Browse files Browse the repository at this point in the history
  • Loading branch information
drscream committed Apr 22, 2022
1 parent 23c9827 commit 8f67ff4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion customize
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,11 @@ MUNIN_PLUGINS="
"

echo "* Use the skylime pkgsrc mirror"
gsed -i 's:pkgsrc.joyent.com:pkgsrc.smartos.skylime.net:g' /opt/local/etc/pkgin/repositories.conf
gsed -i 's:pkgsrc.joyent.com:pkgsrc.smartos.skylime.net:g' /opt/local/etc/pkg_install.conf
gsed -i 's:pkgsrc.joyent.com:pkgsrc.smartos.skylime.net:g' /opt/local/etc/pkgin/repositories.conf
gsed -n 's:\(^https\://.*\)/[a-z]\+/[A-Za-z]\+/\([0-9]\{4\}Q[0-9]\)/.*:\1/skylime-extra/\2/x86_64/:p' \
/opt/local/etc/pkgin/repositories.conf >> /opt/local/etc/pkgin/repositories.conf

pkg_admin rebuild
pkgin -y up

Expand Down

0 comments on commit 8f67ff4

Please sign in to comment.