added interfaces file
This commit is contained in:
@@ -7,12 +7,11 @@ pip3 install numpy pandas flask smbus2 pyserial gunicorn
|
||||
cp -R hostapd/ /etc
|
||||
cp dnsmasq.conf /etc
|
||||
cp rc.local /etc
|
||||
cp interfaces-terahz /etc/network/interfaces.d/
|
||||
|
||||
cp -R ../frontend/* /var/www/html
|
||||
mkdir -p /usr/local/lib/terahz
|
||||
cp -R ../backend/* /usr/local/lib/terahz
|
||||
cd /etc/hostapd
|
||||
chmod +x edit_ssid.sh
|
||||
./edit_ssid.sh
|
||||
|
||||
systemctl unmask dnsmasq hostapd lighttpd
|
||||
systemctl enable dnsmasq hostapd lighttpd
|
||||
|
||||
3
etcs/interfaces-terahz
Normal file
3
etcs/interfaces-terahz
Normal file
@@ -0,0 +1,3 @@
|
||||
iface wlan0
|
||||
address 192.168.1.1
|
||||
netmask 255.255.255.0
|
||||
Reference in New Issue
Block a user