refactor(script/bootstrap): Split package list

This commit is contained in:
Ahmad Ansori Palembani 2024-07-20 05:33:14 +07:00
parent 94e8b20ac6
commit 1abd970524
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
2 changed files with 48 additions and 25 deletions

32
bootstrap-pkgs Normal file
View file

@ -0,0 +1,32 @@
#!/bin/sh
packages=(
git
zsh
# signing tools for Secure Boot
efitools
)
packages_ubuntu=(
# signing tools for Secure Boot
sbsigntool
)
packages_arch=(
opendoas
# >> for shell scripts
jo
bc
socat
jq
# << for shell scripts
ffmpeg
# required by firefox, without it firefox-based browser can't play video from certain website
ffmpeg4.4
# signing tools for Secure Boot
sbsigntools
)
packages_arch_aur=(
floorp-bin
)