feat: include akshara

This commit is contained in:
Rudra Saraswat 2026-04-01 21:47:10 +01:00
parent c513ab9397
commit 9a2a5f7a54

View file

@ -18,12 +18,26 @@ modules:
stages:
- module: pacman-install
inputs:
- "git"
- "sudo"
- "grub"
- "nano"
- "linux"
- "linux-firmware"
- "dracut"
- "python"
- "python-yaml"
- "python-click"
- "python-fasteners"
- module: exec
inputs:
- |
git clone --revision 5c161f448139ad8b2646d760dfa3d44d162df0f9 --depth 1 https://git.ruds.io/rs2009/akshara /akshara
cd /akshara
cp -a usr/lib/akshara /usr/lib
cp usr/bin/akshara /usr/bin
- rm -rf /akshara
override:
- path: /var/lib/pacman/
@ -32,6 +46,10 @@ override:
- path: /etc/pacman.conf
keep: new
auto-update:
enabled: true
interval: 3600
distro-config:
before-stages: |
set -e