XR for Universal Blue and Fedora Atomic Desktops
vr fedora-atomic linux
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

Only fetch repo once during update

Shiloh Fen a93bd7e9 5e1e1bd2

+2 -1
+2 -1
src/atomic-xr/self.nu
··· 66 66 67 67 # This is nessesary to install any new files and do migrations from the new version 68 68 # It runs the new version's `self install` instead of this version's 69 - nu -c $"use src/atomic-xr ; atomic-xr self install --update --local=($local)" 69 + # It always uses --local, so the repo is not pulled an extra time. 70 + nu -c $"use src/atomic-xr ; atomic-xr self install --update --local" 70 71 } 71 72 72 73 # Uninstall AtomicXR