Created
April 12, 2023 02:27
-
-
Save zed-wong/f13c733b1b7e82700e0cc1a051126fb8 to your computer and use it in GitHub Desktop.
Update Mixin Messenger with one line (Ubuntu)
This file contains 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
alias updateMixin="proxychains curl -L -o mixin_desktop.deb $(curl -s https://api.github.com/repos/MixinNetwork/flutter-app/releases/latest | grep "browser_download_url.*mixin_desktop_linux_amd64.deb" | cut -d : -f 2,3 | tr -d \") && sudo dpkg -i mixin_desktop.deb && rm mixin_desktop.deb" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment