-
Notifications
You must be signed in to change notification settings - Fork 29
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
Create #22
base: master
Are you sure you want to change the base?
Create #22
Conversation
Create an easy installer for Ubuntu systems
Update to add information about tested and supported devices
cd ../ | ||
rm -Rf python-evic | ||
|
||
echo Installation complete. Run \"sudo evic-usb upload /path/to/firmware.bin\" to install a new firmware. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of recommending users to use sudo you should copy the udev rules to /etc/udev/rules.d/
Could this file be renamed to debian-install.sh
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could the capitalization also be removed? using installers
instead of Installers
Looks like you messed up something there. There's extra commits and merge conflicts. You should redo the changes in a clean branch. |
Create python-evic under /tmp instead of users home directory
No description provided.