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