With the assumption it is just installing software, and not a disk image, you can find the IP using IFCONFIG. In the following example my IPV4 address is through WIFI and is 192.168.1.12.
Code:
$ ifconfigeth0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 ether e4:5f:01:19:74:3e txqueuelen 1000 (Ethernet) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 inet6 ::1 prefixlen 128 scopeid 0x10<host> loop txqueuelen 1000 (Local Loopback) RX packets 2130 bytes 224941 (219.6 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 2130 bytes 224941 (219.6 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0wlan0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 192.168.1.12 netmask 255.255.255.0 broadcast 192.168.1.255 inet6 fe80::df2f:7a9e:7d37:f12e prefixlen 64 scopeid 0x20<link> ether e4:5f:01:19:74:3f txqueuelen 1000 (Ethernet) RX packets 1502054 bytes 337514259 (321.8 MiB) RX errors 0 dropped 3 overruns 0 frame 0 TX packets 517891 bytes 73381540 (69.9 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0Statistics: Posted by DS256 — Sun Mar 30, 2025 11:11 am