mirror of
https://github.com/Phantop/solus-stuff
synced 2024-11-16 20:03:54 +00:00
6 lines
95 B
Fish
Executable file
6 lines
95 B
Fish
Executable file
#!/usr/bin/fish
|
|
|
|
for i in /var/lib/solbuild/local/*.eopkg
|
|
sudo eopkg it --reinstall $i
|
|
end
|