diff options
| -rwxr-xr-x | buildsite.sh | 6 | ||||
| -rw-r--r-- | readme.md | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/buildsite.sh b/buildsite.sh index 425a147c..1a1e75e6 100755 --- a/buildsite.sh +++ b/buildsite.sh @@ -52,10 +52,10 @@ done rm -f docs/index.md if [ -d files ]; then - cp -ra files public/assets + cp -ra files public/ fi -echo alicelinux.emmett1.my > public/.domains -echo alicelinux.org >> public/.domains +echo alicelinux.org > public/.domains +echo alicelinux.emmett1.my >> public/.domains exit 0 @@ -1,5 +1,5 @@ - - + + **Alice Linux** is my personal daily driver minimal distro that used [Clang/LLVM](https://www.llvm.org/) as main C compiler, [musl](https://musl.libc.org/) as main standard libc library, [libressl](https://www.libressl.org) as main SSL/TLS and cryptographic libraries, [busybox](https://www.busybox.net/) as main core utilities, package manager written in POSIX shell script, [Wayland](https://wayland.freedesktop.org/) as the gui server and trying to be minimal, lightweight and usable as possible. |