From ff45d347d66d7c7a79a7824f09bafc8f8e11f9af Mon Sep 17 00:00:00 2001 From: James Devine Date: Thu, 10 Jun 2021 19:38:06 -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 b5e4154..e97ced6 100644 --- a/airmon_inst.sh +++ b/airmon_inst.sh @@ -52,7 +52,7 @@ mkdir airmon cd airmon wget -O I2C_LCD_driver.py https://gist.githubusercontent.com/vay3t/8b0577acfdb27a78101ed16dd78ecba1/raw/6cc9bc9989e549c97b32b9df44fe17b1db5a8950/I2C_LCD_driver.py wget -O airmon.py https://gist.githubusercontent.com/pingud98/0f16f733e2c5a1a2ee1afd3879acd546/raw/3c7e72f12c2d6f0e1f8b3ac783f0c8d7e153c7c4/gistfile1.txt -wget -O CCS811_RPi.py https://gist.githubusercontent.com/xxlukas42/60ae08f75e68a0cfcdb7c9dd60145d34/raw/20bb1ef952c3be3f0c39d1ee49b2f04224b77ee7/CCS811_RPi.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 sudo cp airmon.service /etc/systemd/system/airmon.service sudo systemctl daemon-reload