You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a simple script to rebuild all my distroboxen because:
a) i am starting to have quite a few that need to be refreshed on the regular
b) the distrobox enter command is the "expensive" one
The script expects you to modify it and give paths to all your ini files and then it loops through assemble create and distrobox enter for each of them. Notice the weird sleep 4 which I found necessary to give the container enough time to come up before immediately exiting. The distrobox enters are run in parallel so it is a bit expensive but the process is niced to 19 so it shouldn't hurt that much.
You can download it here and then change the paths
The text was updated successfully, but these errors were encountered:
I created a simple script to rebuild all my distroboxen because:
a) i am starting to have quite a few that need to be refreshed on the regular
b) the
distrobox enter
command is the "expensive" oneThe script expects you to modify it and give paths to all your
ini
files and then it loops throughassemble create
anddistrobox enter
for each of them. Notice the weirdsleep 4
which I found necessary to give the container enough time to come up before immediately exiting. Thedistrobox enter
s are run in parallel so it is a bit expensive but the process isnice
d to 19 so it shouldn't hurt that much.You can download it here and then change the paths
The text was updated successfully, but these errors were encountered: