diff options
author | Kyle K <kylek389@gmail.com> | 2020-02-01 15:05:34 -0600 |
---|---|---|
committer | Kyle K <kylek389@gmail.com> | 2020-02-01 15:05:34 -0600 |
commit | 7dc9e3b3e7b521286225a2271833bf7cbcc8ae9c (patch) | |
tree | b9ce520649801a4599f913b9de03133555347600 /gentoox_build.sh | |
parent | 8d286f3cc70bf498a5731bbe016e3cd2d2f169ff (diff) | |
download | gentoox-7dc9e3b3e7b521286225a2271833bf7cbcc8ae9c.tar.gz gentoox-7dc9e3b3e7b521286225a2271833bf7cbcc8ae9c.tar.bz2 gentoox-7dc9e3b3e7b521286225a2271833bf7cbcc8ae9c.zip |
continue working on install script
Diffstat (limited to 'gentoox_build.sh')
-rwxr-xr-x | gentoox_build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gentoox_build.sh b/gentoox_build.sh index a00baa5..da64d79 100755 --- a/gentoox_build.sh +++ b/gentoox_build.sh @@ -17,9 +17,9 @@ fi # gitprefix="https://gitgud.io/cloveros/cloveros/raw/master" -rootpassword=live +rootpassword=gentoox username=gentoox -userpassword=live +userpassword=gentoox #builddate="$(date +%Y%m%d).graphite" builddate="20200127.graphite" #builddir="build-$(date +%Y%m%d)" |