https://github.com/datalux/dhcp-fix
Python script to fix DCHP disconnect
https://github.com/datalux/dhcp-fix
Last synced: 3 months ago
JSON representation
Python script to fix DCHP disconnect
- Host: GitHub
- URL: https://github.com/datalux/dhcp-fix
- Owner: Datalux
- Created: 2018-07-15T14:17:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-15T18:01:27.000Z (over 7 years ago)
- Last Synced: 2024-12-12T16:12:24.864Z (about 1 year ago)
- Language: Python
- Size: 800 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dhcp-fix
Python script to fix DCHP disconnect.
## Installing
Make sure to have Python3 and tkinter installed.
Open a terminal into the directory where you want to put this app, then run
`git clone https://github.com/Datalux/dhcp-fix/`
## Run the script
Open a terminal into the app directory and run
`sudo python main.py`
## Updating
Open a terminal into the app directory and run
`git pull`