mirror of
https://github.com/mvt-project/mvt.git
synced 2026-08-17 00:20:42 +02:00
Create alias for abe instead of custom command
This commit is contained in:
+2
-2
@@ -18,8 +18,8 @@ RUN pip3 install mvt
|
|||||||
# --------------
|
# --------------
|
||||||
RUN mkdir /opt/abe
|
RUN mkdir /opt/abe
|
||||||
RUN wget https://github.com/nelenkov/android-backup-extractor/releases/download/20210709062403-4c55371/abe.jar -O /opt/abe/abe.jar
|
RUN wget https://github.com/nelenkov/android-backup-extractor/releases/download/20210709062403-4c55371/abe.jar -O /opt/abe/abe.jar
|
||||||
# Create shortcut for abe
|
# Create alias for abe
|
||||||
RUN echo "java -jar /opt/abe/abe.jar" > /usr/local/bin/abe && chmod +x /usr/local/bin/abe
|
RUN echo 'alias abe="java -jar /opt/abe/abe.jar"' >> ~/.bashrc
|
||||||
|
|
||||||
# Setup investigations environment
|
# Setup investigations environment
|
||||||
# --------------------------------
|
# --------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user