View Single Post
  #4   (View Single Post)  
Old 7th March 2016
jjstorm jjstorm is offline
Package Pilot
 
Join Date: Nov 2014
Location: Buenos Aires, AR
Posts: 144
Default

Quote:
Originally Posted by Oko View Post
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
Can you please explain what the 2 entries do? What is the one with the /updates/ path?


Thanks.
Reply With Quote