From 316f0d6bd98e5e0371c0a870f0fdc7b2e8764acf Mon Sep 17 00:00:00 2001 From: Mercier Pierre-Olivier Date: Thu, 26 Sep 2013 12:58:31 +0200 Subject: [PATCH] Add compatibility with FreeBSD site --- commands/first-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/first-install.sh b/commands/first-install.sh index b7c1ba5..92be843 100755 --- a/commands/first-install.sh +++ b/commands/first-install.sh @@ -49,7 +49,7 @@ then do if ! pkg info "$PK" > /dev/null 2> /dev/null then - pkg install "$PK" + PACKAGESITE="ttp://canon.acu.epita.fr/repo-lab" pkg install "$PK" fi done