Skip to content

Commit 8531cf1

Browse files
committed
added osx back to supported distros
1 parent 70ef30f commit 8531cf1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

util/installation/common/util.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# (Thus reducing code duplication)
1818

1919
SCRIPTPATH="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
20-
SPECIFIC_OSES_SUPPORTED="ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, centos-7"
20+
SPECIFIC_OSES_SUPPORTED="ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, centos-7, osx"
2121

2222
#include echo.sh
2323
. $SCRIPTPATH/echo.sh

0 commit comments

Comments
 (0)