chore: remove opensc
This commit is contained in:
parent
bf4cbb99ea
commit
7aa490745b
2 changed files with 3 additions and 0 deletions
2
build.sh
2
build.sh
|
@ -20,6 +20,8 @@ curl -Lo /etc/yum.repos.d/_copr_che-nerd-fonts-"${FEDORA_MAJOR_VERSION}".repo ht
|
||||||
|
|
||||||
grep -v '^#' /tmp/packages | xargs rpm-ostree install
|
grep -v '^#' /tmp/packages | xargs rpm-ostree install
|
||||||
|
|
||||||
|
rpm-ostree override remove opensc
|
||||||
|
|
||||||
# this would install a package from rpmfusion
|
# this would install a package from rpmfusion
|
||||||
# rpm-ostree install vlc
|
# rpm-ostree install vlc
|
||||||
|
|
||||||
|
|
1
packages
1
packages
|
@ -78,6 +78,7 @@ pamixer
|
||||||
# shell
|
# shell
|
||||||
fish
|
fish
|
||||||
zsh
|
zsh
|
||||||
|
zoxide
|
||||||
|
|
||||||
# classic dev tools
|
# classic dev tools
|
||||||
gcc
|
gcc
|
||||||
|
|
Loading…
Reference in a new issue