@@ -122,19 +122,19 @@ Below are the methods for installing the OpenModScan for different OS
122122## <img src =" docs/icons/logo_windows.svg " width =" 16 " height =" 16 " > Microsoft Windows
123123Run the installer:
124124
125- - For 32-bit Windows: ` qt5-omodscan_1.15.0_x86 .exe `
126- - For 64-bit Windows: ` qt5-omodscan_1.15.0_x64 .exe ` or ` qt6-omodscan_1.15.0_x64 .exe `
125+ - For 32-bit Windows: ` qt5-omodscan_1.15.1_x86 .exe `
126+ - For 64-bit Windows: ` qt5-omodscan_1.15.1_x64 .exe ` or ` qt6-omodscan_1.15.1_x64 .exe `
127127
128128
129129## <img src =" docs/icons/logo_debian.svg " width =" 20 " height =" 20 " > Debian • <img src =" docs/icons/logo_ubuntu.svg " width =" 20 " height =" 20 " > Ubuntu • <img width =" 20 " height =" 20 " src =" docs/icons/logo_mint.png " /> Mint • <img src =" docs/icons/logo_zorin.png " width =" 20 " height =" 20 " > Zorin • <img width =" 22 " height =" 22 " src =" docs/icons/logo_astra.png " /> Astra Linux
130130### Install
131131Install the DEB package from the command line:
132132``` bash
133- sudo apt install ./qt6-omodscan_1.15.0 -1_amd64.deb
133+ sudo apt install ./qt6-omodscan_1.15.1 -1_amd64.deb
134134```
135135or if you want to use Qt5 libraries:
136136``` bash
137- sudo apt install ./qt5-omodscan_1.15.0 -1_amd64.deb
137+ sudo apt install ./qt5-omodscan_1.15.1 -1_amd64.deb
138138```
139139
140140### Remove
@@ -151,7 +151,7 @@ sudo apt remove qt5-omodscan
151151### Install
152152Install the RPM package from the command line:
153153``` bash
154- sudo dnf install ./qt6-omodscan_1.15.0 -1.x86_64.rpm
154+ sudo dnf install ./qt6-omodscan_1.15.1 -1.x86_64.rpm
155155```
156156
157157### Remove
@@ -164,7 +164,7 @@ sudo dnf remove qt6-omodscan
164164### Install
165165Install the RPM package from the command line as root user:
166166``` bash
167- apt-get install ./qt6-omodscan_1.15.0 -1.x86_64.rpm
167+ apt-get install ./qt6-omodscan_1.15.1 -1.x86_64.rpm
168168```
169169
170170### Remove
@@ -181,7 +181,7 @@ sudo rpm --import qt6-omodscan.rpm.pubkey
181181```
182182Install the RPM package using Zypper:
183183``` bash
184- sudo zypper install ./qt6-omodscan_1.15.0 -1.x86_64.rpm
184+ sudo zypper install ./qt6-omodscan_1.15.1 -1.x86_64.rpm
185185```
186186
187187### Remove
0 commit comments