mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Support crypto and kerberos src dists.
This commit is contained in:
parent
fb29e2cff3
commit
45e84c7984
1 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,8 @@ cat krb.?? | tar --unlink -xpzf - -C /
|
|||
echo -n "Do you want to install the DES sources (y/n)? "
|
||||
read ans
|
||||
if [ "$ans" = "y" ]; then
|
||||
cat sebones.?? | tar --unlink -xpzf - -C /usr/src
|
||||
cat scrypto.?? | tar --unlink -xpzf - -C /usr/src
|
||||
cat skerbero.?? | tar --unlink -xpzf - -C /usr/src
|
||||
cat ssecure.?? | tar --unlink -xpzf - -C /usr/src
|
||||
fi
|
||||
exit 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue