1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-06 18:43:50 +00:00

snapd: remove snapd because the build fails (see #1188, #1595, #1618)

This commit is contained in:
Stefan
2017-09-10 07:44:13 +02:00
committed by GitHub
parent 9a62d2f8ad
commit 10fa2a7806
3 changed files with 0 additions and 105 deletions

View File

@@ -93,57 +93,3 @@ Instructions
roles:
- rclone
```
## Installation with snap ##
### Quickstart ###
* install Snapd on your distro using the instructions below
* sudo snap install rclone --classic
* Run `rclone config` to setup. See [rclone config docs](/docs/) for more details.
See below for how to install snapd if it isn't already installed
#### Arch ####
sudo pacman -S snapd
enable the snapd systemd service:
sudo systemctl enable --now snapd.socket
#### Debian / Ubuntu ####
sudo apt install snapd
#### Fedora ####
sudo dnf copr enable zyga/snapcore
sudo dnf install snapd
enable the snapd systemd service:
sudo systemctl enable --now snapd.service
SELinux support is in beta, so currently:
sudo setenforce 0
to persist, edit `/etc/selinux/config` to set `SELINUX=permissive` and reboot.
#### Gentoo ####
Install the [gentoo-snappy overlay](https://github.com/zyga/gentoo-snappy).
#### OpenEmbedded/Yocto ####
Install the [snap meta layer](https://github.com/morphis/meta-snappy/blob/master/README.md).
#### openSUSE ####
sudo zypper addrepo https://download.opensuse.org/repositories/system:/snappy/openSUSE_Leap_42.2/ snappy
sudo zypper install snapd
#### OpenWrt ####
Enable the snap-openwrt feed.