We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4294ca7 commit 47e3d50Copy full SHA for 47e3d50
install.test.sh
@@ -6,7 +6,7 @@ $INSTALL_DIR/install.sh --llvm &&
6
7
export PATH=$PATH:~/go/bin/:$INSTALL_DIR:$INSTALL_DIR/deps/donut/:$INSTALL_DIR/deps/wclang/_prefix_PEzor_/bin/ &&
8
9
-wget https://github.com/gentilkiwi/mimikatz/releases/download/2.2.0-20200519/mimikatz_trunk.zip &&
+wget -O mimikatz_trunk.zip https://github.com/gentilkiwi/mimikatz/releases/latest/download/mimikatz_trunk.zip &&
10
11
unzip -d mimikatz mimikatz_trunk.zip &&
12
0 commit comments