Skip to content

Commit

Permalink
Version 4.5.3.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
yurem committed Dec 5, 2023
1 parent 124f600 commit 769c1f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oxd-server/src/main/bin/oxd-download.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/bin/sh

warName=oxd-server-4.5.3-SNAPSHOT-distribution.zip
warName=oxd-server-4.5.3.Final-distribution.zip
distDir=oxd-dist

# Clean up
rm -f $warName
rm -f -r $destDir

# Download and unzip
wget http://ox.gluu.org/maven/org/xdi/oxd-server/4.5.3-SNAPSHOT/$warName
wget http://ox.gluu.org/maven/org/xdi/oxd-server/4.5.3.Final/$warName
unzip $warName -d $distDir

0 comments on commit 769c1f8

Please sign in to comment.