1
0
Fork 0
mirror of https://github.com/Phantop/solus-stuff synced 2025-01-06 19:57:08 +00:00

Add script to reinstall all packages in local repo

This commit is contained in:
Jonathan Hakimi 2020-06-22 21:22:56 -04:00
parent 23a8fdd6af
commit 6b2d8561fb

5
reinstall Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/fish
for i in /var/lib/solbuild/local/*.eopkg
sudo eopkg it --reinstall $i
end