install.sh add missing packages
This commit is contained in:
parent
80cda2bb65
commit
489744dc90
|
|
@ -1,6 +1,26 @@
|
||||||
#!/bin/env bash
|
#!/bin/env bash
|
||||||
|
|
||||||
export pkg_utils=(
|
export pkg_utils=(
|
||||||
|
"7zip"
|
||||||
|
"acpi"
|
||||||
|
"alacritty"
|
||||||
|
"aria2"
|
||||||
|
"awesome-terminal-fonts"
|
||||||
|
"bat"
|
||||||
|
"blueman"
|
||||||
|
"bluez"
|
||||||
|
"bluez-utils"
|
||||||
|
"brightnessctl"
|
||||||
|
"chafa"
|
||||||
|
"clang"
|
||||||
|
"cmake"
|
||||||
|
"cpio"
|
||||||
|
"cryptsetup"
|
||||||
|
"ddcutil"
|
||||||
|
"efibootmgr"
|
||||||
|
"envycontrol"
|
||||||
|
"eza"
|
||||||
|
"fastfetch"
|
||||||
"fd"
|
"fd"
|
||||||
"ffmpegthumbnailer"
|
"ffmpegthumbnailer"
|
||||||
"foot"
|
"foot"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue