solus-stuff/reinstall

6 lines
95 B
Fish
Executable File

#!/usr/bin/fish
for i in /var/lib/solbuild/local/*.eopkg
sudo eopkg it --reinstall $i
end