File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,15 @@ runs:
15
15
mkdir aim
16
16
cd aim
17
17
curl -L -o aim_ll.zip https://github.com/ArsenalRecon/Arsenal-Image-Mounter/raw/5961f922c5b99ec29acc4af4b60b909b402eed95/Command%20line%20applications/aim_ll.zip
18
+ echo "a628fd0bb4b1657b2b89fd8972937b4d9c4b1292ea16764208fa63fc0ce84d54 aim_ll.zip" | sha256sum --check
18
19
# unzip properly extracts everything but warns that "aim_ll.zip appears to use backslashes as path separators"
19
20
# it then exits with a non-zero status code. the warning is harmless, so we ignore it.
20
21
unzip aim_ll.zip || true
21
22
mkdir ~/bin
22
23
mv x64/* ~/bin
23
24
24
25
curl -L -o DriverFiles.zip https://github.com/ArsenalRecon/Arsenal-Image-Mounter/raw/5961f922c5b99ec29acc4af4b60b909b402eed95/DriverSetup/DriverFiles.zip
26
+ echo "cc03472b689f23b1c66d1764b7a12e7212146b5c1f70e2613666efcd93b97192 DriverFiles.zip" | sha256sum --check
25
27
# like above
26
28
unzip DriverFiles.zip -d DriverFiles || true
27
29
aim_ll --install DriverFiles
You can’t perform that action at this time.
0 commit comments