Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
chore(mazurek): install packages seperately in script
Browse files Browse the repository at this point in the history
  • Loading branch information
sneexy-boi committed Feb 25, 2024
1 parent 3b7165d commit d128d26
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/scripts/install-mazurek.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ wget https://copr.fedorainfracloud.org/coprs/vrumger/swaylock-effects/repo/fedor
# install packages
echo "Installing packages"

rpm-ostree install swayfx SwayNotificationCenter swaylock-effects
rpm-ostree install swayfx
rpm-ostree install SwayNotificationCenter
rpm-ostree install swaylock-effects

# disable repos afterwards
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/_copr_swayfx-swayfx.repo
Expand Down

0 comments on commit d128d26

Please sign in to comment.