diff --git a/get_modules.sh b/get_modules.sh
index e9cc01d2b6a40eea071e0fe2361aba4ba4b0aa02..00b4cf2a014cb759494896ef07bda47902e787fc 100755
--- a/get_modules.sh
+++ b/get_modules.sh
@@ -63,6 +63,9 @@ elif [ "$CLUSTER" == "DGX" ]; then
 elif [ "$CLUSTER" == "BARBORA" ]; then
    ml --show-hidden -t av 2>&1 | awk '{print $1 ",32"}' | grep -v -e '/,\|:' | sort -u > barbora.csv
      ./modules.py > barbora.md
+elif [ "$CLUSTER" == "KAROLINA" ]; then
+   ml --show-hidden -t av 2>&1 | awk '{print $1 ",32"}' | grep -v -e '/,\|:' | sort -u > karolina.csv
+        ./modules.py > karolina.md
 fi
 
 DATE=$(date -R)