Skip to content

Commit

Permalink
feat: remove not required packages from sway-git
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Aug 16, 2023
1 parent 94a5d5c commit eac8d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sway.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ root=${root:?"root must be set"}
main_pacman() {
msg 'install and configure sway and swaylock'
if yes_or_no 'do you want to use stable release?'; then
not_require_pacman sway-git swaylock-git wlroots-git swayidle-git swaybg-git
not_require_pacman sway-git swaylock-git wlroots-git swayidle-git swaybg-git sway-git-debug wlroots-git-debug
require_pacman sway wlroots swaylock swayidle swaybg
else
not_require_pacman sway swaylock wlroots swayidle swaybg
Expand Down

0 comments on commit eac8d9a

Please sign in to comment.