Skip to content

Instantly share code, notes, and snippets.

@alaztetik
Created November 24, 2022 17:40
Show Gist options
  • Select an option

  • Save alaztetik/70dd1d98c6b3526438e33cef987b49cf to your computer and use it in GitHub Desktop.

Select an option

Save alaztetik/70dd1d98c6b3526438e33cef987b49cf to your computer and use it in GitHub Desktop.

Revisions

  1. alaztetik created this gist Nov 24, 2022.
    8 changes: 8 additions & 0 deletions flutter_install_on_manjaro.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    # in case you get the error below:
    # error: cannot install "flutter": classic confinement requires snaps under /snap or symlink from /snap to /var/lib/snapd/snap

    # run this command (symbolic link):
    sudo ln -s /var/lib/snapd/snap /snap

    # after that, try installing Flutter:
    sudo snap install flutter --classic