1.\" $OpenBSD: installurl.5,v 1.8 2019/04/27 22:30:05 tj Exp $ 2.\" 3.\" Copyright (c) 2017 Robert Peichaer <rpe@openbsd.org> 4.\" 5.\" Permission to use, copy, modify, and distribute this software for any 6.\" purpose with or without fee is hereby granted, provided that the above 7.\" copyright notice and this permission notice appear in all copies. 8.\" 9.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 10.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 11.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 12.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 13.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16.\" 17.Dd $Mdocdate: April 27 2019 $ 18.Dt INSTALLURL 5 19.Os 20.Sh NAME 21.Nm installurl 22.Nd OpenBSD mirror server location 23.Sh DESCRIPTION 24The 25.Pa /etc/installurl 26file contains a single line specifying an 27.Ox 28mirror server URL, such as 29.Pp 30.Dl https://cdn.openbsd.org/pub/OpenBSD 31.Pp 32It is created by the installer script during installations and upgrades. 33.Pp 34Empty lines and lines beginning with 35.Sq # 36in the file are ignored. 37.Sh FILES 38.Bl -tag -width /etc/installurl -compact 39.It Pa /etc/installurl 40.El 41.Sh SEE ALSO 42.Xr pkg_add 1 , 43.Xr syspatch 8 , 44.Xr sysupgrade 8 45