From c3a5371ddfa414334bc278e4820729d3bb21efce Mon Sep 17 00:00:00 2001 From: James Devine Date: Thu, 10 Jun 2021 23:07:54 -0700 Subject: [PATCH] --- airmon_inst.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airmon_inst.sh b/airmon_inst.sh index 93333d8..e0b1e37 100644 --- a/airmon_inst.sh +++ b/airmon_inst.sh @@ -53,7 +53,7 @@ cd airmon wget -O I2C_LCD_driver.py https://gist.githubusercontent.com/vay3t/8b0577acfdb27a78101ed16dd78ecba1/raw/6cc9bc9989e549c97b32b9df44fe17b1db5a8950/I2C_LCD_driver.py wget -O airmon_if.py https://gist.githubusercontent.com/pingud98/48062767e93534b0bb2e049bba131df0/raw/e3c021bc8e30b58c5c1a9cd1bb3188a6707f184e/airmon_if.py wget -O CCS811_RPi.py https://gist.githubusercontent.com/pingud98/f21b44db4a646da267f964396b41c017/raw/99550ee263091a371de7d423cfd6a0860678aef3/CCS811_RPi.py -wget -O airmon.service https://gist.githubusercontent.com/pingud98/a65a5cbab9b008a32b2f7a1e84a04994/raw/feb5cadbad186d847f93ae9b8cb0f614f9685127/airmon.service +wget -O airmon.service https://gist.githubusercontent.com/pingud98/a65a5cbab9b008a32b2f7a1e84a04994/raw/f263c0939c6676b64c7614d82a14d4fe43566f2f/airmon.service sudo cp airmon.service /etc/systemd/system/airmon.service sudo systemctl daemon-reload sudo systemctl enable airmon.service