Compare commits

..

No commits in common. "master" and "0.2" have entirely different histories.
master ... 0.2

4 changed files with 32 additions and 26 deletions

26
LICENSE
View File

@ -1,14 +1,13 @@
st34m
===
Copyright (c) 2018-2021, Bret R. Human
Copyright (c) 2018, Bret R. Human
All rights reserved.
Further documentation can be found at
https://mage.cynop.me/en/st34m
https://psi.cynop.me/Caffarius/st34m/
https://mage.cynicaloptimist.me/en/st34m
https://psi.cynicaloptimist.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:
@ -20,19 +19,26 @@ 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. 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
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
affiliated service must not be used to endorse or promote products derived
from this software without prior written permission. For written permission,
contact info@cynop.me.
contact info@cynicaloptimist.me.
4. Products derived from this software may not be called the software name
5. 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.
5. Redistributions of any form whatsoever must retain the following
6. 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
@ -43,4 +49,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.cynop.me/en/st34m
See the wiki article at https://mage.cynicaloptimist.me/en/st34m

View File

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

View File

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