Skip to content

Conversation

@doublekik
Copy link

11,708,841

python3.7 -m pip install impacket

echo -e '\033[1;32m[*] Unpacking Python3.7 For Wine \033[0m'
if [[ ! -d "$HOME/.win32/drive_c/Python37" || $reinstall -eq 1 ]]; then

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if [[ ! -d "$HOME/.win32/drive_c/Python37" || $reinstall -eq 1 ]]; then
if [[ ! -d "$HOME/.win32/drive_c/Python37" || $reinstall -eq 1 ]]; then

def getSandboxScripts(sandboxLang='python'):
sandboxScripts = ''
from menu import sandboxMenuOptions
from .menu import sandboxMenuOptions

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
from .menu import sandboxMenuOptions
from .menu import sandboxMenuOptions

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

Successfully merging this pull request may close these issues.

4 participants