This commit is contained in:
0xOzgur 2024-10-17 08:02:15 +03:00
parent 72852c3cd7
commit 802ba45c34
4 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Set the version number
VERSION="2.0.0.4"
VERSION="2.0.0.5"
# Determine the ExecStart line based on the architecture
ARCH=$(uname -m)

View File

@ -1,8 +1,8 @@
#!/bin/bash
# Set the version number
VERSION="2.0.0.4"
qClientVERSION="2.0.0.4"
VERSION="2.0.0.5"
qClientVERSION="2.0.0.5"
cd ~
# Step 0: Welcome

View File

@ -7,8 +7,8 @@ clear
# Set the version number
VERSION="2.0.0.4"
qClientVERSION="2.0.0.4"
VERSION="2.0.0.5"
qClientVERSION="2.0.0.5"
# Determine the ExecStart line based on the architecture

View File

@ -1,8 +1,8 @@
#!/bin/bash
VERSION="2.0.0.4"
qClientVERSION="2.0.0.4"
VERSION="2.0.0.5"
qClientVERSION="2.0.0.5"
# Step 0: Welcome