8 lines
163 B
Desktop File
Executable file
8 lines
163 B
Desktop File
Executable file
[Unit]
|
|
Description=Download updates with pacman
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=pacman -Syuw --noconfirm
|