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

Bug #59

Open
coding-garden-1 opened this issue Jul 2, 2024 · 2 comments
Open

Bug #59

coding-garden-1 opened this issue Jul 2, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@coding-garden-1
Copy link

Describe the bug
sudo make install doesnt work on this

To Reproduce (This makes bug detection easier.)
Steps to reproduce the behavior:
git clone
(cd ..... )
sudo make install

Expected behavior (e.g. It was supposed to be like this but it happened like this.)
A clear and concise description of what you expected to happen.
installing it
*Screenshots
d@debian:~/kali-whoami$ sudo make install
install -m 755 kali-whoami /usr/bin
mkdir -p /usr/share/kali-whoami/backups
cp -vr assets /usr/share/kali-whoami
'assets' -> '/usr/share/kali-whoami/assets'
'assets/icons' -> '/usr/share/kali-whoami/assets/icons'
'assets/icons/kali-whoami.png' -> '/usr/share/kali-whoami/assets/icons/kali-whoami.png'
'assets/kali-whoami.desktop' -> '/usr/share/kali-whoami/assets/kali-whoami.desktop'
'assets/scripts' -> '/usr/share/kali-whoami/assets/scripts'
'assets/scripts/anti_cold_boot' -> '/usr/share/kali-whoami/assets/scripts/anti_cold_boot'
'assets/scripts/anti_mitm' -> '/usr/share/kali-whoami/assets/scripts/anti_mitm'
'assets/scripts/browser_anonymization' -> '/usr/share/kali-whoami/assets/scripts/browser_anonymization'
'assets/scripts/dns_changer' -> '/usr/share/kali-whoami/assets/scripts/dns_changer'
'assets/scripts/fix' -> '/usr/share/kali-whoami/assets/scripts/fix'
'assets/scripts/hostname_changer' -> '/usr/share/kali-whoami/assets/scripts/hostname_changer'
'assets/scripts/ip_changer' -> '/usr/share/kali-whoami/assets/scripts/ip_changer'
'assets/scripts/log_killer' -> '/usr/share/kali-whoami/assets/scripts/log_killer'
'assets/scripts/mac_changer' -> '/usr/share/kali-whoami/assets/scripts/mac_changer'
'assets/scripts/timezone_changer' -> '/usr/share/kali-whoami/assets/scripts/timezone_changer'
'assets/sources' -> '/usr/share/kali-whoami/assets/sources'
'assets/sources/config' -> '/usr/share/kali-whoami/assets/sources/config'
'assets/sources/whoami.js' -> '/usr/share/kali-whoami/assets/sources/whoami.js'
cp -vr /usr/share/kali-whoami/assets/kali-whoami.desktop /usr/share/kali-menu/applications/
'/usr/share/kali-whoami/assets/kali-whoami.desktop' -> '/usr/share/kali-menu/applications/'
cp: cannot create regular file '/usr/share/kali-menu/applications/': No such file or directory
make: *** [Makefile:11: install] Error 1

@coding-garden-1 coding-garden-1 added the bug Something isn't working label Jul 2, 2024
@coding-garden-1
Copy link
Author

Debian 12

@coding-garden-1
Copy link
Author

fixed by doing sudo thunar /usr/share and adding kali-menu/applications dir manually. i suspect this is a perms issue or an issue of assuming the folders there -- a fix would be to add sudo mkdir /usr/share/kali-menu/applications at the start

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant