You are not logged in.
This may be a real noob question but can someone please explain how to install and run bunnyfetch.
I followed the link here - https://github.com/Luvella/Bunnyfetch
I did the 3 steps here -
1. it clone https://github.com/Luvella/Bunnyfetch
2. cd Bunnyfetch
3. cargo build --release
Someone on reddit told me to navigate to Bunnyfetch/target/release and run ./bunnyfetch but that is giving me the error -
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: NotPresent', src/lib.rs:15:21
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Last edited by Neo_077 (2020-12-26 07:14:16)
Offline
This may be a real noob question but can someone please explain how to install and run bunnyfetch.
I followed the link here - https://github.com/Luvella/BunnyfetchI did the 3 steps here -
1. it clothread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: NotPresent', src/lib.rs:15:21
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
See issue on GitHub page
https://github.com/Luvella/Bunnyfetch/i … -744361191
The environmental variable USERNAME is not set which is why you get the error.
Offline
How do I set it ? Do I just say USERNAME="my_username" ?
Offline
Mandatory read, https://wiki.archlinux.org/index.php/En … _variables
Offline