Skip to content

Commit 8630c44

Browse files
author
Sergey Lukin
committed
setup script: add support for FreeBSD
1 parent a63ce3d commit 8630c44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup/install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ os=$(uname -s)
1919

2020
if [[ "$os" == "Darwin" ]]; then
2121
mac=1
22-
elif [[ "$os" == "Linux" ]]; then
22+
elif [[ "$os" == "Linux" || "$os" == "FreeBSD" ]]; then
2323
linux=1
2424
else
2525
echo "Windows is not officially supported, currently."
@@ -255,4 +255,4 @@ art() {
255255

256256
# function calls.
257257
art
258-
audit
258+
audit

0 commit comments

Comments
 (0)