⚙️ config(pacman): configured package hook to delete first line created by yay
This commit is contained in:
parent
25eafee859
commit
20d5f4adeb
2 changed files with 1 additions and 2 deletions
|
@ -8,4 +8,4 @@ Target = *
|
||||||
[Action]
|
[Action]
|
||||||
Description = Create a backup list of all installed packages
|
Description = Create a backup list of all installed packages
|
||||||
When = PostTransaction
|
When = PostTransaction
|
||||||
Exec = /bin/sh -c 'yay -Qqe > /home/matt/.config/pacman/packages.txt'
|
Exec = /bin/sh -c "yay -Qqe > /home/matt/.config/pacman/packages.txt && sed -i '1d' /home/matt/.config/pacman/packages.txt"
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
[1m[33m -> [0m[0mEvite ejecutar yay como root/sudo.
|
|
||||||
activitywatch-bin
|
activitywatch-bin
|
||||||
adw-gtk3-git
|
adw-gtk3-git
|
||||||
adwsteamgtk
|
adwsteamgtk
|
||||||
|
|
Loading…
Add table
Reference in a new issue