ibnstaller
This commit is contained in:
@@ -3,8 +3,15 @@
|
|||||||
* Dark Web Hosting (LAMP on 20.04 LTS)
|
* Dark Web Hosting (LAMP on 20.04 LTS)
|
||||||
* General Windows 10 and mobile security guide
|
* General Windows 10 and mobile security guide
|
||||||
|
|
||||||
Install customscripts on linux with
|
Install customscripts on linux
|
||||||
`curl -s https://raw.githubusercontent.com/PrincessPi3/general-scripts-and-system-ssssssetup/refs/heads/main/customscripts/install_script.sh?nocache=$RANDOM | sudo "$SHELL" && bash /usr/share/customscripts/configure_webhook.sh && exec "$SHELL"`
|
with full upgrade and package install
|
||||||
|
```bash
|
||||||
|
script=/tmp/install_script.sh && curl -s https://raw.githubusercontent.com/PrincessPi3/general-scripts-and-system-ssssssetup/refs/heads/main/customscripts/install_script.sh > $script && chmod +x $script && $SHELL -c "$script full" && $SHELL /usr/share/customscripts/configure_webhook.sh full && exec $SHELL
|
||||||
|
```
|
||||||
|
without full upgrade and package install
|
||||||
|
```bash
|
||||||
|
script=/tmp/install_script.sh && curl -s https://raw.githubusercontent.com/PrincessPi3/general-scripts-and-system-ssssssetup/refs/heads/main/customscripts/install_script.sh > $script && chmod +x $script && $SHELL -c "$script" && $SHELL /usr/share/customscripts/configure_webhook.sh full && exec $SHELL
|
||||||
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
### Linux
|
### Linux
|
||||||
|
|||||||
Reference in New Issue
Block a user