Skip to content

Commit

Permalink
change wget to curl
Browse files Browse the repository at this point in the history
  • Loading branch information
igormcoelho committed May 21, 2024
1 parent 8265a5f commit de47158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/project6/get_optframe.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
(cd thirdparty && wget https://github.com/optframe/optframe/archive/refs/heads/master.zip && unzip master.zip)
(cd thirdparty && curl -o master.zip https://github.com/optframe/optframe/archive/refs/heads/master.zip && unzip master.zip)

0 comments on commit de47158

Please sign in to comment.