fix arch ci?

This commit is contained in:
disconnect3d 2023-09-28 23:08:36 +02:00 committed by Disconnect3d
parent dd4c4f07cb
commit 8ca1dbf82f
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,8 @@ RUN touch README.md && mkdir pwndbg && touch pwndbg/empty.py && mkdir gdb-pt-dum
# The `git submodule` is commented because it refreshes all the sub-modules in the project
# but at this time we only need the essentials for the set up. It will execute at the end.
RUN sed -i "s/^git submodule/#git submodule/" ./setup.sh && \
echo 'n' | ./setup.sh
sed -i 's/read -p "Do you want to do a full system update?/#read/' ./setup.sh && \
./setup.sh
# Cleanup dummy files
RUN rm README.md && rm -rf pwndbg && rm -rf gdb-pt-dump