Skip to content

localsend/snap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Get it from the Snap Store

Want to build the snap yourself?

Before you begin

  • Ensure you have snapd installed
  • Ensure you have git installed

How to set up snapcraft

  • Install snapcraft: run sudo snap install snapcraft --classic
  • Install lxd: run sudo snap install lxd
  • Add your user to the lxd group: run sudo usermod -aG lxd $USER
  • Reboot your computer
  • Configure lxd: run lxd init --minimal

How to build the snap

  • Enter a nice working directory (e.g. ~/projects)
  • Download repo: run git clone --depth=1 https://github.com/localsend/snap.git && cd ./snap
  • Build the snap: run SNAPCRAFT_ENABLE_EXPERIMENTAL_EXTENSIONS=1 snapcraft
  • Install the snap:
    • amd64: run sudo snap install --dangerous ./localsend_*_amd64.snap
    • arm64: run sudo snap install --dangerous ./localsend_*_arm64.snap

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published