Fix Script: add first packages in Linux before

This commit is contained in:
2025-04-23 21:52:15 +08:00
parent e757bcc18b
commit 72d7d1a3fd
3 changed files with 34 additions and 12 deletions

View File

@@ -23,10 +23,15 @@ casks = [
]
[packages.linux.manjaro]
pacman = [
pacman_first = [
'archlinux-keyring',
'chezmoi',
'libpamac',
'llvm',
'llvm-libs',
]
pacman = [
'chezmoi',
'yay',
'base-devel',
'fakeroot',
@@ -42,8 +47,6 @@ pacman = [
'go',
'nodejs',
'jdk-openjdk',
'llvm',
'llvm-libs',
]
aur = [