mirror of
https://gitlab.com/hacklab01/pivilion.git
synced 2026-02-03 23:30:48 +00:00
Update home/pi/pivilion/config/dnsmasq.hotspot, usr/local/bin/hotspot
This commit is contained in:
parent
1e31c3a8c8
commit
4453731974
2 changed files with 2 additions and 2 deletions
|
|
@ -16,4 +16,4 @@ server=/1.debian.pool.ntp.org/#
|
||||||
server=/2.debian.pool.ntp.org/#
|
server=/2.debian.pool.ntp.org/#
|
||||||
server=/3.debian.pool.ntp.org/#
|
server=/3.debian.pool.ntp.org/#
|
||||||
server=/deb.debian.org/debian/#
|
server=/deb.debian.org/debian/#
|
||||||
#server=/formatc.hr/#
|
#server=/formatc.hr/#
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ then
|
||||||
fi
|
fi
|
||||||
echo "Configuring components..."
|
echo "Configuring components..."
|
||||||
sudo cp -f /home/pi/pivilion/config/hostapd.hotspot /etc/hostapd/hostapd.conf
|
sudo cp -f /home/pi/pivilion/config/hostapd.hotspot /etc/hostapd/hostapd.conf
|
||||||
sudo cp -f /home/pi/pivilion/config/dnsmasq.hotspot /etc/dnsmasq/dnsmasq.conf
|
sudo cp -f /home/pi/pivilion/config/dnsmasq.hotspot /etc/dnsmasq.conf
|
||||||
sudo cp -rf /home/pi/pivilion/config/html /var/www/
|
sudo cp -rf /home/pi/pivilion/config/html /var/www/
|
||||||
sudo chown -R www-data:www-data /var/www/html
|
sudo chown -R www-data:www-data /var/www/html
|
||||||
sudo chown root:www-data /var/www/html/.htaccess
|
sudo chown root:www-data /var/www/html/.htaccess
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue