Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DarkSide #10

Open
teslaelon9 opened this issue Apr 20, 2021 · 2 comments
Open

DarkSide #10

teslaelon9 opened this issue Apr 20, 2021 · 2 comments

Comments

@teslaelon9
Copy link

Traceback (most recent call last):
File "run.py", line 86, in
banner()
File "run.py", line 20, in banner
subprocess.Popen('neofetch')
File "/usr/lib/python3.8/subprocess.py", line 854, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib/python3.8/subprocess.py", line 1702, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'neofetch'

@poobum653
Copy link

To resolve this edit install.sh

Remove the line:
apt-get neofetch

Add the lines:
add-apt-repository ppa:dawidd0811/neofetch
apt-get update
apt-get install neofetch

@derfel1989
Copy link

derfel1989 commented Dec 16, 2021

I got the issue mentioned. So, performed you tip.

Did run bash install.sh and then python3 run.py. Finally, all works well!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants