Compare commits

...

5 Commits
0.2 ... master

Author SHA1 Message Date
Bret e268e1ec1d Update 'st34m-run.sh' 2020-11-16 00:28:34 -05:00
Bret 6e9dadec1a Update 'st34m.sh' 2020-11-15 04:39:20 -05:00
Bret 0580024277 Update 'st34m-run.sh' 2020-11-15 04:38:14 -05:00
Bret 53b9ab91de Update 'README.md' 2020-11-15 04:37:14 -05:00
Bret b3545553cf Update 'LICENSE' 2020-11-15 04:36:54 -05:00
4 changed files with 26 additions and 32 deletions

26
LICENSE
View File

@ -1,13 +1,14 @@
st34m
===
Copyright (c) 2018, Bret R. Human
Copyright (c) 2018-2021, Bret R. Human
All rights reserved.
Further documentation can be found at
https://mage.cynicaloptimist.me/en/st34m
https://psi.cynicaloptimist.me/Caffarius/st34m/
https://mage.cynop.me/en/st34m
https://psi.cynop.me/Caffarius/st34m/
Happy modding! -Bret
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
@ -19,26 +20,19 @@ modification, are permitted provided that the following conditions are met:
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. All advertising materials mentioning features or use of this
software must display the following acknowledgment:
"Built using software developed by Cynical Optimist - https://cynicaloptimist.me
Ask what we can build for you at info@cynicaloptimist.me"
4. The names "Cynical Optimist" and "Bret R. Human" and the software name listed
at the top of this document, or the domain "cynicaloptimist.me" or any
3. The names "Cynical Optimist" and "Bret R. Human" and the software name listed
at the top of this document, or the domain "cynop.me" or any
affiliated service must not be used to endorse or promote products derived
from this software without prior written permission. For written permission,
contact info@cynicaloptimist.me.
contact info@cynop.me.
5. Products derived from this software may not be called the software name
4. Products derived from this software may not be called the software name
listed at the top of this document nor may "Cynical Optimist" or the software
name listed at the top of this document appear in their names without prior
written permission of Bret R. Human.
6. Redistributions of any form whatsoever must retain the following
5. Redistributions of any form whatsoever must retain the following
acknowledgment:
"Built using software developed by Cynical Optimist - https://cynicaloptimist.me
Ask what we can build for you at info@cynicaloptimist.me"
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
@ -49,4 +43,4 @@ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

View File

@ -4,4 +4,4 @@ How to run Steam and games easily, even under a secondary user.
## Usage
See the wiki article at https://mage.cynicaloptimist.me/en/st34m
See the wiki article at https://mage.cynop.me/en/st34m

View File

@ -1,17 +1,17 @@
#!/bin/bash
## Copyright © 2018 Bret Human
## https://cynicaloptimist.me/
## Copyright © 2018-2021 Bret Human
## https://cynop.me/
##
## Documentation at:
## https://mage.cynicaloptimist.me/en/st34m
## https://psi.cynicaloptimist.me/Caffarius/st34m/
## https://mage.cynop.me/en/st34m
## https://psi.cynop.me/Caffarius/st34m/
##
## For questions or comments write:
## info@cynicaloptimist.me
## info@cynop.me
#####################################################################
# st34m-run
script_ver="1.0.1"
# https://mage.cynicaloptimist.me/en/st34m
script_ver="1.0.2"
# https://mage.cynop.me/en/st34m
# author: Bret Human
# date: Dec 10, 2018
#

View File

@ -1,17 +1,17 @@
#!/bin/bash
## Copyright © 2018 Bret Human
## https://cynicaloptimist.me/
## Copyright © 2018-2021 Bret Human
## https://cynop.me/
##
## Documentation at:
## https://mage.cynicaloptimist.me/en/st34m
## https://psi.cynicaloptimist.me/Caffarius/st34m/
## https://mage.cynop.me/en/st34m
## https://psi.cynop.me/Caffarius/st34m/
##
## For questions or comments write:
## info@cynicaloptimist.me
## info@cynop.me
#####################################################################
# st34m
script_ver="1.0.1"
page="https://mage.cynicaloptimist.me/en/st34m"
script_ver="1.0.2"
page="https://mage.cynop.me/en/st34m"
# author: Bret Human
# date: Dec 10, 2018
#
@ -33,7 +33,7 @@ page="https://mage.cynicaloptimist.me/en/st34m"
# ./st34m.sh -u username
#
# 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.