6 lines
113 B
Bash
Executable File
6 lines
113 B
Bash
Executable File
#!/bin/bash
|
|
|
|
mapfile -t packages < <(aur vercmp-devel | cut -d: -f1)
|
|
|
|
aur sync -c "${packages[@]}" --no-ver-argv
|