mirror of
https://github.com/Phantop/solus-stuff
synced 2024-11-17 04:13:04 +00:00
6 lines
95 B
Plaintext
6 lines
95 B
Plaintext
|
#!/usr/bin/fish
|
||
|
|
||
|
for i in /var/lib/solbuild/local/*.eopkg
|
||
|
sudo eopkg it --reinstall $i
|
||
|
end
|