Skip to content

Commit 2526bae

Browse files
authored
Update install_remnawave.sh
fix
1 parent 5d59ee9 commit 2526bae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

install_remnawave.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
SCRIPT_VERSION="3.0.0"
3+
SCRIPT_VERSION="3.0.1"
44
UPDATE_AVAILABLE=false
55
DIR_REMNAWAVE="/usr/local/remnawave_reverse/"
66
LANG_FILE="${DIR_REMNAWAVE}selected_language"
@@ -2128,7 +2128,7 @@ load_module() {
21282128
local module_name="$1"
21292129
local module_type="${2:-modules}"
21302130
local module_file="${DIR_REMNAWAVE}${module_type}/${module_name}.sh"
2131-
local module_url="https://raw.githubusercontent.com/eGamesAPI/remnawave-reverse-proxy/refs/heads/dev/src/${module_type}/${module_name}.sh"
2131+
local module_url="https://raw.githubusercontent.com/eGamesAPI/remnawave-reverse-proxy/refs/heads/main/src/${module_type}/${module_name}.sh"
21322132
local force_update="${3:-false}"
21332133

21342134
if [ "$force_update" = "true" ] || [ ! -f "$module_file" ]; then

0 commit comments

Comments
 (0)