chore: update akshara revision
This commit is contained in:
parent
ab54a3d374
commit
a8f06a6404
3 changed files with 23 additions and 12 deletions
18
arch-desktop.yaml
Normal file
18
arch-desktop.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
track: "https://git.ruds.io/rs2009/blendOS-tracks/raw/branch/main/arch.yaml"
|
||||
|
||||
stages:
|
||||
- module: exec
|
||||
run: |
|
||||
if [[ "$BASE_DESKTOP" = gnome ]]; then
|
||||
pacman -Syqu --noconfirm gnome
|
||||
elif [[ "$BASE_DESKTOP" = plasma ]]; then
|
||||
pacman -Syqu --noconfirm plasma \
|
||||
kde-accessibility-meta \
|
||||
kde-multimedia-meta \
|
||||
kde-system-meta \
|
||||
kde-utilities-meta \
|
||||
discover
|
||||
fi
|
||||
|
||||
env:
|
||||
BASE_DESKTOP: gnome
|
||||
Loading…
Add table
Add a link
Reference in a new issue