mirror of https://github.com/OpenIPC/firmware.git
update folder name after branch renaming.
parent
af5a88024e
commit
c5ed958d14
|
@ -29,8 +29,8 @@ show_modules() { echo; cat /proc/modules | cut -f 1 -d " " | while read module;
|
|||
|
||||
debug_microbe() { curl -k -L -o /tmp/microbe-dev.zip https://github.com/OpenIPC/microbe-web/archive/refs/heads/development.zip; \
|
||||
unzip -o -d /tmp /tmp/microbe-dev.zip; \
|
||||
cp -av /tmp/microbe-web-themactep-dev/files/var/www /var/; \
|
||||
rm -rf /tmp/microbe-dev.zip /tmp/microbe-web-themactep-dev; }
|
||||
cp -av /tmp/microbe-web-development/files/var/www /var/; \
|
||||
rm -rf /tmp/microbe-dev.zip /tmp/microbe-web-development; }
|
||||
|
||||
show_fullname() { echo "openipc-$(ipctool --chip_id)-$(ipctool --sensor_id | awk -F '_' '{print $1}')"; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue