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.

Add logging to installer

Shiloh Fen 9d75d2a4 40c51416

+4
+4
install.nu
··· 2 2 # SPDX-License-Identifier: AGPL-3.0-only 3 3 # Copyright (c) 2025 Shiloh Fen <shiloh@shilohfen.com> 4 4 5 + use std log 6 + 5 7 let lib_dir = $NU_LIB_DIRS | first | path join atomic-xr 6 8 mkdir ($lib_dir | path dirname) 7 9 rm -rf $lib_dir 8 10 cp -r src/atomic-xr $lib_dir 9 11 mkdir ~/.local/bin 10 12 cp -f src/axr.nu ~/.local/bin/axr 13 + 14 + log info "AtomicXR CLI has been installed, use `axr -l` for a list of commands."