mirror of
https://github.com/bigbeartechworld/big-bear-scripts.git
synced 2026-07-29 08:42:34 -04:00
feat: Update toggle-website-blocking script to use curl or wget for downloading and running the script
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
# Run command
|
||||
|
||||
```bash
|
||||
bash -c "$(wget -qLO - https://raw.githubusercontent.com/bigbeartechworld/big-bear-scripts/master/toggle-website-blocking/run.sh)"
|
||||
curl -s https://raw.githubusercontent.com/bigbeartechworld/big-bear-scripts/master/toggle-website-blocking/run.sh | sudo bash
|
||||
```
|
||||
|
||||
OR
|
||||
|
||||
```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