Skip to content

Commit

Permalink
fix: correct issues with arch scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Dec 21, 2024
1 parent f93ea04 commit 0267a13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/dracut.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ usage() {

main_pacman() {
require_pacman dracut
require_not_pacman mkinitcpio
not_require_pacman mkinitcpio

msg 'install system-wide scripts to generate initramfs'
copycat dracut dracut/dracut-install.sh /usr/local/bin/dracut-install.sh
Expand Down
2 changes: 1 addition & 1 deletion scripts/wayland.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ main_pacman() {
# https://wiki.archlinux.org/title/GNOME/Files
require_pacman ffmpegthumbnailer gst-libav gst-plugins-ugly nautilus

systemctl --user enable --now gcr-ssh-agent.service
systemctl --user enable --now gcr-ssh-agent.socket
}

main_parham() {
Expand Down

0 comments on commit 0267a13

Please sign in to comment.