diff --git a/src/freedombone-installer b/src/freedombone-installer
index f689231f52c2fa87210246c0af164fcfcf6cec02..15126ee82218dd1f83ebc9283f4cc1ebab9730f1 100755
--- a/src/freedombone-installer
+++ b/src/freedombone-installer
@@ -827,7 +827,7 @@ function update_progress_bar {
     if [ ! -f /root/.install_counter ]; then
         echo -n '1' > /root/.install_counter
     fi
-    max_counter=211
+    max_counter=267
     installing_page="$webadmin_install_dir/setup_installing.html"
     progress_counter=$(cat /root/.install_counter)
     progress_percent=$((progress_counter * 100 / max_counter))