Skip to content

Instantly share code, notes, and snippets.

@zed-wong
Created April 12, 2023 02:27
Show Gist options
  • Save zed-wong/f13c733b1b7e82700e0cc1a051126fb8 to your computer and use it in GitHub Desktop.
Save zed-wong/f13c733b1b7e82700e0cc1a051126fb8 to your computer and use it in GitHub Desktop.
Update Mixin Messenger with one line (Ubuntu)
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