this post was submitted on 19 Oct 2025
72 points (98.6% liked)

Linux

59426 readers
340 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

Hello, I wanted to share my Artix Install Script, its not best but i think its pretty nice.

https://gitlab.com/user1312/ais

Features:

  • Nice tui with themes

  • Booster which is super fast initramfs

  • Automatic/manual partition of disk

  • Possible to mount more disks

  • Filesystems: ext4,btrfs,xfs

  • Swap: file, partition, zram

  • Encryption of root partition (FDE in future)

  • Inits: dinit, runit, openrc, s6

  • Bootloader: refind, efi stub, none

  • Aur helper: yay,paru,tritzen,yaourtix,none

  • Kernels: mainline, lts, zen

  • Shells: bash,zsh

  • Network: networkmanager,connman,iwd,dhcpcd

  • Graphics: nvidia,intel,amd,nouveau,legacy nvidia

  • Some Environments: hyprland,kde,niri,bspwm and more

  • Login Manager: sddm,greetd

  • A lot of modules

top 8 comments
sorted by: hot top controversial new old
[–] panda_abyss@lemmy.ca 12 points 2 weeks ago (1 children)

That is some gorgeous shell scripting, damn!

[–] 721_bipsty@lemmy.ml 2 points 2 weeks ago

Thanks, its inspired by krum's void installer script, also very fun project. I think his code is cleaner, theres link: https://github.com/kkrruumm/void-install-script

[–] procapra@lemmy.ml 3 points 2 weeks ago (1 children)

TUI stuff is so underrated. I'd gladly run them exclusively.

[–] 721_bipsty@lemmy.ml 2 points 2 weeks ago* (last edited 2 weeks ago)

i have almost full environment of tuis that look so beautiful, i wish my script looked like them.

there are some tui programs i use: yazi, youtube-tui,btop, fsel,rmpc, lazygit, td-tui, wiremix

[–] DieserTypMatthias@lemmy.ml 2 points 2 weeks ago (1 children)

Don't they provide Live ISOs with an GUI installer?

[–] 721_bipsty@lemmy.ml 1 points 2 weeks ago

You are right. Official Live ISOs have gui installers, I tried it once and in my opinion it lacks some features. I wanted perfect solution for me which also can be solution for someone else. I think my script contain a lot of useful stuff. Ive seen theres way to modify gui installer, but it didnt came to my mind anytime. Writing this script gave me alot of bash knowledge which for suer will be useful. Thanks for reading this :D.

[–] MonkderVierte@lemmy.zip 1 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

I never got booster to work. Will try.

Edit: is there an option to not encrypt root partition?

[–] 721_bipsty@lemmy.ml 2 points 2 weeks ago

It's nice to try booster, its so damn fast. Script will make it work for you :D.

Script is fully interactive, you can choose not to encrypt root partition. You can try it out but don't press yes on last page because it could start installation, every option is tui is just setting variable.