lscript
lscript copied to clipboard
kali 2020.4
Unable to access script from 'l' on the command line and was hoping you could help solve.
thanks
Give me more info about your issue. Why didn't you fill the issue template?
Sorry, I didnt see it. I’ll install the script but once the computer restarts I can’t open the interface. Typing ‘l’ as root user doesn’t launch the script, the directory is there though. I also have been unable to install some packages for various reasons, mainly ‘can’t find ____’.
Sent from ProtonMail Mobile
On Tue, Dec 1, 2020 at 5:12 AM, arismelachroinos [email protected] wrote:
Give me more info about your issue. Why didn't you fill the issue template?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
Does bash l
launch the script? What do you mean "I can't open the interface"? Why? What do you see on the screen when typing l?
Also, give me the output of:
cat /etc/os-release
and
whoami
Hello @arismelachroinos thnx for your hard work !
I have the same issue where typing l doesn't open up the lazy script ! i managed to run it after install but when i open a new terminal the command simply doesn't work..
When i put "l" it get me the files that i have in my root directory like desktop, docs, images ..
cat /etc/os-release: PRETTY_NAME="Kali GNU/Linux Rolling" NAME="Kali GNU/Linux" ID=kali VERSION="2020.4" VERSION_ID="2020.4" VERSION_CODENAME="kali-rolling" ID_LIKE=debian ANSI_COLOR="1;31" HOME_URL="https://www.kali.org/" SUPPORT_URL="https://forums.kali.org/" whoami: root
i think it might be because i'm using zsh instead of bash .. if that's the case is there a workaroound ? Thanks for the response
I found a workaround after some research ...
as i said in the last comment, since l doesn't launch lscript in zsh, all i had to do is to do the following:
- download and install the latest version of bash via: http://ftp.gnu.org/gnu/bash/
- then : exec bash
- and voila, as l is working on bash
I hope it was useful for those who have the same problem as me !
Good luck