Nuke!
This commit is contained in:
@ -18,7 +18,7 @@ install_prerequisites() {
|
||||
# - wget
|
||||
# - docker
|
||||
|
||||
PREREQUISITES=("bash" "curl" "wget" "docker")
|
||||
PREREQUISITES=("bash" "curl" "wget" "jq" "docker")
|
||||
|
||||
# check if all prerequisites are installed
|
||||
for prerequisite in "${PREREQUISITES[@]}"; do
|
||||
|
6
templates/dropshell-agent/nuke.sh
Normal file
6
templates/dropshell-agent/nuke.sh
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
# NUKE SCRIPT
|
||||
# run after uninstall.sh to delete all data.
|
||||
|
||||
|
Reference in New Issue
Block a user