Skip to content

Instantly share code, notes, and snippets.

@harrifeng
Created October 19, 2022 03:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harrifeng/24bd96cea6491415a02cc7a4c840395d to your computer and use it in GitHub Desktop.
Save harrifeng/24bd96cea6491415a02cc7a4c840395d to your computer and use it in GitHub Desktop.
#!/bin/bash
yum install epel-release -y
yum install snapd -y
systemctl enable --now snapd.socket
ln -s /var/lib/snapd/snap /snap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment