Add compatibility with FreeBSD site
This commit is contained in:
parent
20d78c5dae
commit
316f0d6bd9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue