View Single Post
  #3   (View Single Post)  
Old 7th March 2016
Oko's Avatar
Oko Oko is offline
Rc.conf Instructor
 
Join Date: May 2008
Location: Kosovo, Serbia
Posts: 1,102
Default

All add this into the /root/.profile of your root account if that is what you use to

Code:
PKG_PATH=http://openbsd.mirrors.pair.com/$(uname -r)/packages/$(arch -s)/
PKG_PATH=https://stable.mtier.org/updates/$(uname -r)/$(arch -s):${PKG_PATH}
export PKG_PATH
Reply With Quote