Skip to content
Snippets Groups Projects
Commit 5f6495af authored by Dean Lovett's avatar Dean Lovett
Browse files

fix: update was pulling incorrect files

parent befa8e6e
No related branches found
No related tags found
No related merge requests found
Pipeline #15610 passed
......@@ -61,7 +61,8 @@ case "$1" in
update)
shift
echo "Downloading new version"
wget https://gitlab.nexdev.uk/pub/nexus-tools/-/raw/master/run.sh -O ~/nexus-tools.sh
wget https://gitlab.nexdev.uk/pub/nexus-tools/-/raw/master/run.sh -O ~/nexus-tools/nexus-tools.sh
wget https://gitlab.nexdev.uk/pub/nexus-tools/-/raw/master/NEXUS_TOOLS_VERSION -O ~/nexus-tools/VERSION
;;
*)
display_help
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment