jerrita преди 4 месеца
родител
ревизия
e515fec638
променени са 1 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 3 2
      Makefile

+ 3 - 2
Makefile

@@ -13,5 +13,6 @@ update:
 	@echo "Updated. Please run 'make run' to generate new config file."
 
 install:
-	mkdir -p /etc/dnsmasq.d
-	cp rules/*.conf /etc/dnsmasq.d
+	rm -ri /etc/dnsmasq.d
+	ln -s rules /etc/dnsmasq.d
+	ln -s scripts /etc