From 4494bb582a3e64a568506aa721b6ed925fb002f3 Mon Sep 17 00:00:00 2001 From: Kuoi Date: Sun, 14 May 2023 01:04:51 +0800 Subject: [PATCH] add: junest img --- content/posts/2023-05-14 | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 content/posts/2023-05-14 diff --git a/content/posts/2023-05-14 b/content/posts/2023-05-14 new file mode 100644 index 0000000..66e083a --- /dev/null +++ b/content/posts/2023-05-14 @@ -0,0 +1,22 @@ +--- +title: "Junest image released" +date: 2023-05-14T00:00:00Z +draft: false +--- + +Today, we first release our [weekly junest image](https://repo.bioarchlinux.org/junset/), everyone can use it for non-root user on Arch Linux and other non-archlinux distro families. + +For using the junest, you can check [the README page of the junest project](https://github.com/BioArchLinux/junest-img). + + +``` +curl -O https://raw.githubusercontent.com/BioArchLinux/junest-img/main/biojunest.sh +chmod +x biojunest.sh && ./biojunest.sh +``` + +Then enjoy it + +``` +sudoj pacman -Syu +sudoj pacman -S foo +```