This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/env python3 | |
| """ | |
| Script to update Discord on Linux Systems using dpkg | |
| Exit Codes: | |
| 0 update installed successfully | |
| 1 an error occured | |
| 2 invalid arguments | |
| 3 no update available |