This commit is contained in:
0xOzgur 2024-10-16 01:50:58 +03:00
parent 787bab2286
commit 72852c3cd7
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.5"
VERSION="2.0.0.4"
# 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.5"
qClientVERSION="2.0.0.5"
VERSION="2.0.0.4"
qClientVERSION="2.0.0.4"
cd ~
# Step 0: Welcome

View File

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

View File

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