Update freebsd.sh
This commit is contained in:
parent
428ef4be35
commit
764ebdeddb
|
|
@ -7,6 +7,7 @@ pkg update -y
|
|||
pkg install -y python3
|
||||
python3 -m ensurepip
|
||||
pip3 install --upgrade setuptools
|
||||
pkg install -y lsof
|
||||
|
||||
|
||||
pkg autoremove -y
|
||||
|
|
|
|||
Loading…
Reference in New Issue