Chande ipctool to ipcinfo

pull/172/head
Igor Zalatov (from Citadel PC) 2022-02-08 13:59:30 +03:00
parent dcf89c39cb
commit dab19ad4d9
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ debug_microbe() { curl -L -o /tmp/microbe-web-dev.zip https://github.com/OpenIPC
cp -av /tmp/microbe-web-dev/files/var/www /var/; \
rm -rf /tmp/microbe-web-dev.zip /tmp/microbe-web-dev; }
show_fullname() { echo "openipc-$(ipctool --chip_id)-$(ipctool --sensor_id | awk -F '_' '{print $1}')"; }
show_fullname() { echo "openipc-$(ipcinfo --chip-name)-$(ipcinfo --short-sensor)"; }
set_fullname() { show_fullname >/etc/hostname; }