diff --git a/README.md b/README.md
index 51c61bf..ef9f230 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,3 @@
-__!!!WORK IN PROGRESS, DO NOT USE!!!__
-
 __Warning:__
 
 Some names in the scripts (datasets, etc.) use the term "lxd". This script is a successor to the old usl-mm script, but it does not use LXD. All names associated with "lxd" are here purely for compatibility reasons.
@@ -12,9 +10,6 @@ script for easy bulk container migrate via SSH between instalations of usi-mm, i
 zfs-backup-mm-example-config ->
 example config for zfs-backup-mm script, that backup all running containers, except those with "testing" or "deluge "in container name.
 
-setup-usi-mm_install_requirements ->
-install dialog utility
-
 setup-usi-mm
 1. Pre-reboot script ->
 install zfs-utils,
diff --git a/setup-usi-mm b/setup-usi-mm
index ce3eb51..4f924ab 100755
--- a/setup-usi-mm
+++ b/setup-usi-mm
@@ -1,5 +1,9 @@
 #!/bin/bash
 
+echo "Installing dialog"
+apt update
+apt install dialog -y
+
 pre_reboot_script () {
 
 pass_var=$(dialog --passwordbox "Enter password to crypted partition for containers:" 25 25  --output-fd 1)
diff --git a/setup-usi-mm_install_requirements b/setup-usi-mm_install_requirements
deleted file mode 100755
index 25f4f92..0000000
--- a/setup-usi-mm_install_requirements
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-apt update
-apt install dialog -y