mirror of
https://github.com/bigbeartechworld/big-bear-scripts.git
synced 2026-07-31 09:48:50 -04:00
feat: Update toggle-website-blocking script to use relative path for CONFIG_FILE
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
# Run command
|
||||
|
||||
```bash
|
||||
sudo curl -s https://raw.githubusercontent.com/bigbeartechworld/big-bear-scripts/master/toggle-website-blocking/run.sh | sudo bash
|
||||
curl -s https://raw.githubusercontent.com/bigbeartechworld/big-bear-scripts/master/toggle-website-blocking/run.sh | sudo bash
|
||||
```
|
||||
|
||||
OR
|
||||
|
||||
```bash
|
||||
sudo wget -qO- https://raw.githubusercontent.com/bigbeartechworld/big-bear-scripts/master/toggle-website-blocking/run.sh | sudo bash
|
||||
wget -qO- https://raw.githubusercontent.com/bigbeartechworld/big-bear-scripts/master/toggle-website-blocking/run.sh | sudo bash
|
||||
```
|
||||
|
||||
## About
|
||||
|
||||
Reference in New Issue
Block a user