diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2026-03-11 17:03:48 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2026-03-11 17:03:48 +0000 |
| commit | 74c1f4a8593e4ade00eba778e015573bc7d898a4 (patch) | |
| tree | f755b1ef824e778a71bb91177523518e63aa7521 | |
| parent | 72bb9aa847a22650bc98df0a5459a7378b884f8f (diff) | |
| download | alicelinux-74c1f4a8593e4ade00eba778e015573bc7d898a4.tar.gz alicelinux-74c1f4a8593e4ade00eba778e015573bc7d898a4.zip | |
site updated
| -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. |