Skip to content

Simple registry key import #11

@stevemcilwain

Description

@stevemcilwain

You can simplify the install like this:

cat <<EOF > $HOME/fzb.reg
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Environment]
"PATH"="Value: c:\\\\windows;c:\\\\windows\\\\system;C:\\\\Python26;C:\\\\fuzzbunch-debian\\\\windows\\\\fuzzbunch"
"TEMP"="C:\\users\\root\\Temp"
"TMP"="C:\\users\\root\\Temp"
EOF

echo ">>> importing regkey..."
wine regedit /S $HOME/fzb.reg

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions