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
|
do
|
||||||
if ! pkg info "$PK" > /dev/null 2> /dev/null
|
if ! pkg info "$PK" > /dev/null 2> /dev/null
|
||||||
then
|
then
|
||||||
pkg install "$PK"
|
PACKAGESITE="ttp://canon.acu.epita.fr/repo-lab" pkg install "$PK"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue