diff --git a/.gitignore b/.gitignore index 92807ef6..00fbf367 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ *.BIN* *.MAP -0000Boot/ -Registry.CC \ No newline at end of file +0000Boot/ \ No newline at end of file diff --git a/Zenith-latest-2020-06-04-03_04_08.iso b/Zenith-latest-2020-06-04-08_07_15.iso old mode 100755 new mode 100644 similarity index 99% rename from Zenith-latest-2020-06-04-03_04_08.iso rename to Zenith-latest-2020-06-04-08_07_15.iso index 23afd130..9c29279c Binary files a/Zenith-latest-2020-06-04-03_04_08.iso and b/Zenith-latest-2020-06-04-08_07_15.iso differ diff --git a/mnt.ps1 b/mnt.ps1 index 5d65a097..f48c4e6a 100644 --- a/mnt.ps1 +++ b/mnt.ps1 @@ -1,3 +1,3 @@ -copy -r -Force D:/* ~/Desktop/zenithos/src/ +copy -r -Force E:/* ~/Desktop/zenithos/src/ del ~/Desktop/zenithos/*.iso move ~/Desktop/zenithos/src/Tmp/MyDistro.ISO.C ~/Desktop/zenithos/Zenith-latest-$(get-date -Format "yyyy-MM-dd-HH_mm_ss").iso diff --git a/src/Downloads/Linux/gw b/src/Downloads/Linux/gw index cd180bb0..e6927e5e 100755 --- a/src/Downloads/Linux/gw +++ b/src/Downloads/Linux/gw @@ -2,5 +2,5 @@ #This prints random words from the Linux dictionary. -echo "$(shuf -n 32 /usr/share/dict/words --random-source=/dev/urandom | tr '\n' ' ')" - +shuf -n 32 /usr/share/dict/words --random-source=/dev/urandom | tr '\n' ' ' + \ No newline at end of file diff --git a/src/Home/Registry.CC b/src/Home/Registry.CC new file mode 100644 index 00000000..6267700e --- /dev/null +++ b/src/Home/Registry.CC @@ -0,0 +1,10 @@ +$TR,"Zenith"$ +$ID,2$$TR,"SysMessageFlags"$ +$ID,2$sys_message_flags[0]=0; +$ID,-2$$TR,"SysRegVer"$ +$ID,2$registry_version=1.120; +$ID,-2$$ID,-2$$TR,"Once"$ +$ID,2$$TR,"Zenith"$ +$ID,2$$ID,-2$$TR,"User"$ +$ID,2$$ID,-2$$ID,-2$$TR,"AutoComplete"$ +$ID,2$ac.col=98;ac.row=23;$ID,-2$ \ No newline at end of file