Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
Set version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferks-FK committed Jan 28, 2022
1 parent fed1b0d commit eaa9173
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions addons/version1.x/Server_Router_Icons/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ set -e

#### Fixed Variables ####

SCRIPT_VERSION="v3.0"
#SCRIPT_VERSION="v3.1"
SUPPORT_LINK="https://discord.gg/2vmFnKtBPQ"

#### Update Variables ####
Expand Down Expand Up @@ -192,7 +192,7 @@ download_files() {
print_brake 25
echo -e "* ${GREEN}Downloading files...${reset}"
print_brake 25
curl -o $SERVER_ROUTER https://bin.harryw.link/raw/baqazehowu
curl -o "$SERVER_ROUTER" https://bin.harryw.link/raw/baqazehowu
}

#### Check if it is already installed ####
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set -e
#
########################################################

SCRIPT_VERSION="v3.0"
SCRIPT_VERSION="v3.1"


print_brake() {
Expand Down

0 comments on commit eaa9173

Please sign in to comment.