Update debug_microbe

pull/171/head
Igor Zalatov (from Citadel PC) 2022-02-04 08:47:48 +03:00
parent ea533e5d48
commit 9d77da1a55
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ show_modules() { echo; cat /proc/modules | cut -f 1 -d " " | while read module;
debug_microbe() { curl -L -o /tmp/microbe-web-dev.zip https://github.com/OpenIPC/microbe-web/archive/refs/heads/dev.zip; \
unzip -o -d /tmp /tmp/microbe-web-dev.zip; \
cp -av /tmp/microbe-web-dev/files/usr/sbin /usr/; \
cp -av /tmp/microbe-web-dev/files/var/www /var/; \
rm -rf /tmp/microbe-web-dev.zip /tmp/microbe-web-dev; }