owerdogan / whoami-project

Whoami provides enhanced privacy, anonymity for Debian and Arch based linux distributions

Home Page:https://owerdogan.github.io/whoami-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug

coding-garden-1 opened this issue · comments

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

Debian 12

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