Update 'st34m.sh'

This commit is contained in:
Bret 2020-11-15 04:39:20 -05:00
parent 0580024277
commit 6e9dadec1a
1 changed files with 8 additions and 8 deletions

View File

@ -1,17 +1,17 @@
#!/bin/bash #!/bin/bash
## Copyright © 2018 Bret Human ## Copyright © 2018-2021 Bret Human
## https://cynicaloptimist.me/ ## https://cynop.me/
## ##
## Documentation at: ## Documentation at:
## https://mage.cynicaloptimist.me/en/st34m ## https://mage.cynop.me/en/st34m
## https://psi.cynicaloptimist.me/Caffarius/st34m/ ## https://psi.cynop.me/Caffarius/st34m/
## ##
## For questions or comments write: ## For questions or comments write:
## info@cynicaloptimist.me ## info@cynop.me
##################################################################### #####################################################################
# st34m # st34m
script_ver="1.0.1" script_ver="1.0.2"
page="https://mage.cynicaloptimist.me/en/st34m" page="https://mage.cynop.me/en/st34m"
# author: Bret Human # author: Bret Human
# date: Dec 10, 2018 # date: Dec 10, 2018
# #
@ -33,7 +33,7 @@ page="https://mage.cynicaloptimist.me/en/st34m"
# ./st34m.sh -u username # ./st34m.sh -u username
# #
# Or I guess you could manually download the script from: # Or I guess you could manually download the script from:
dl_addr="https://psi.cynicaloptimist.me/Caffarius/st34m/raw/branch/master/st34m-run.sh" dl_addr="https://psi.cynop.me/Caffarius/st34m/raw/branch/master/st34m-run.sh"
##################################################################### #####################################################################
# #
# This is free software; you are free to change and redistribute it. # This is free software; you are free to change and redistribute it.