-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
cant open #320
Comments
also im new to linux so its probably something stupid 🤦♂️ |
no its not your fault Kali linux has made an update that "l" is the same as "ls" and because lazyscript is outdated. it wont work i am currently also searching for an alternative |
Hey man thanks for the reply hope you get a fix soon your tool is awesome
…On Tue 14 Sep 2021 at 8:12 a.m., SMILLEE2 ***@***.***> wrote:
no its not your fault Kali linux has made an update that "l" is the same
as "ls" and because lazyscript is outdated. it wont work i am currently
also searching for an alternative
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#320 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUP3PJXTMDV2RM3OQYTJG3DUB3YVRANCNFSM5D25SAQQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Its isnt my tool just a user of the tool u can download an older version of kali and try it |
but I am searching for an more updated version of this kind of script that makes everything automatic. What I've found Wifite2 could do it |
Ohh ok ya i though your name was different ya il try a older version of
kali when im home from school 😂😂😂
…On Tue 14 Sep 2021 at 8:21 a.m., SMILLEE2 ***@***.***> wrote:
but I am searching for an more updated version of this kind of script that
makes everything automatic. What I've found Wifite2 could do it
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#320 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUP3PJVX6FKXSYXE7YZ5HATUB3ZY3ANCNFSM5D25SAQQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Found a solution go to the directory where lscript is installed. Chmod+x ./l ./l This worked for me |
For me to ty |
this didnt work for me. All that came up was chmod: cannot access './l': No such file or directory Any other tips you have foudn to work? im also a newbie lol |
you need to type the commands without capital letters and with space (chmod +x ./l , unalias l , ./l) |
|
use sudo |
for everyone who cant run lscript by using l use this. make a txt file and add it into root: chmod x lscript.sh cd /usr/bin/lscript ./l save it as e.g. L.sh then open terminal and use sudo L.sh or ./L.sh. lscript will be running |
l is set as an alias of ls in bashrc as well so you can remove the alias in that and you can then get back the functionality of the L command |
Thanks . T
It worked for me as well. As mentioned , unalias without capital , and use sudo to run "sudo ./l" . It worked for me. |
in terminal i type l no capps or anything and lazy script doesnt open dont know why when i put l it does the same thing as ls
The text was updated successfully, but these errors were encountered: