commit 6ab00fd8a5fcfdb18ad5eea89479dd4aa54b6098
parent 97563fdbbb77d8311c8dfe7483dfe9db4ed2b1f0
Author: emmett1 <emmett1.2miligrams@protonmail.com>
Date: Thu, 20 Nov 2025 04:19:42 +0100
Update website/index.md
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/website/index.md b/website/index.md
@@ -1,7 +1,7 @@


-**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, [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.
+**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.
- no systemd
- no PAM
@@ -15,3 +15,4 @@
- mandoc instead of man-db
- doas instead of sudo
- wayland instead of Xorg
+- libressl instead of openssl