refactor(script/bootstrap): Split package list
This commit is contained in:
parent
94e8b20ac6
commit
1abd970524
2 changed files with 48 additions and 25 deletions
32
bootstrap-pkgs
Normal file
32
bootstrap-pkgs
Normal 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
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue