Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ~$ sudo curl -L https://umbrel.sh | bash -s -- --install-path /media/usb/umbrel
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 100 41 100 41 0 0 46 0 --:--:-- --:--:-- --:--:-- 46
- 100 7541 100 7541 0 0 6120 0 0:00:01 0:00:01 --:--:-- 6120
- About to install Umbrel in "/media/usb/umbrel".
- If you would like to install somewhere else you can specify a custom location with:
- curl -L https://umbrel.sh | bash -s -- --install-path /some/path
- Waiting for 10 seconds...
- You may press Ctrl+C now to abort the install.
- It looks like you already have Docker installed. Umbrel requires a modern version of Docker so this script will update them with the official Docker install script.
- If you would like to disable this behaviour you can abort this install and run again with --no-install-docker or --no-install-compose.
- You can pass flags to the installer like this:
- curl -L https://umbrel.sh | bash -s -- --no-install-docker --no-install-compose
- Waiting for 30 seconds...
- You may press Ctrl+C now to abort the install.
- OK:1 https://download.docker.com/linux/debian bullseye InRelease
- OK:2 https://repo.huaweicloud.com/debian bullseye InRelease
- OK:3 https://repo.huaweicloud.com/debian bullseye-updates InRelease
- OK:4 https://repo.huaweicloud.com/debian bullseye-backports InRelease
- OK:5 https://repo.huaweicloud.com/debian-security bullseye-security InRelease
- Paketlisten werden gelesen… Fertig
- Paketlisten werden gelesen… Fertig
- Abhängigkeitsbaum wird aufgebaut… Fertig
- Statusinformationen werden eingelesen… Fertig
- curl ist schon die neueste Version (7.74.0-1.3+deb11u3).
- fswatch ist schon die neueste Version (1.14.0+repack-13).
- gettext-base ist schon die neueste Version (0.21-4).
- git ist schon die neueste Version (1:2.30.2-1).
- gnupg ist schon die neueste Version (2.2.27-2+deb11u2).
- jq ist schon die neueste Version (1.6-2.1).
- python3 ist schon die neueste Version (3.9.2-3).
- rsync ist schon die neueste Version (3.2.3-4+deb11u1).
- 0 aktualisiert, 0 neu installiert, 0 zu entfernen und 34 nicht aktualisiert.
- Paketlisten werden gelesen… Fertig
- Abhängigkeitsbaum wird aufgebaut… Fertig
- Statusinformationen werden eingelesen… Fertig
- avahi-daemon ist schon die neueste Version (0.8-5+deb11u1).
- avahi-discover ist schon die neueste Version (0.8-5+deb11u1).
- libnss-mdns ist schon die neueste Version (0.14.1-2).
- 0 aktualisiert, 0 neu installiert, 0 zu entfernen und 34 nicht aktualisiert.
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
- 100 9657k 100 9657k 0 0 3001k 0 0:00:03 0:00:03 --:--:-- 3842k
- yq installed successfully...
- # Executing docker install script, commit: 4f282167c425347a931ccfd95cc91fab041d414f
- Warning: the "docker" command appears to already exist on this system.
- If you already have Docker installed, this script can cause trouble, which is
- why we're displaying this warning and provide the opportunity to cancel the
- installation.
- If you installed the current Docker package using this script and are using it
- again to update Docker, you can safely ignore this message.
- You may press Ctrl+C now to abort this script.
- + sleep 20
- + sh -c apt-get update -qq >/dev/null
- + sh -c DEBIAN_FRONTEND=noninteractive apt-get install -y -qq apt-transport-https ca-certificates curl >/dev/null
- + sh -c mkdir -p /etc/apt/keyrings && chmod -R 0755 /etc/apt/keyrings
- + sh -c curl -fsSL "https://download.docker.com/linux/debian/gpg" | gpg --dearmor --yes -o /etc/apt/keyrings/docker.gpg
- + sh -c chmod a+r /etc/apt/keyrings/docker.gpg
- + sh -c echo "deb [arch=arm64 signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian bullseye stable" > /etc/apt/sources.list.d/docker.list
- + sh -c apt-get update -qq >/dev/null
- + sh -c DEBIAN_FRONTEND=noninteractive apt-get install -y -qq --no-install-recommends docker-ce docker-ce-cli containerd.io docker-compose-plugin >/dev/null
- + version_gte 20.10
- + [ -z ]
- + return 0
- + sh -c DEBIAN_FRONTEND=noninteractive apt-get install -y -qq docker-ce-rootless-extras >/dev/null
- + sh -c docker version
- Client: Docker Engine - Community
- Version: 20.10.22
- API version: 1.41
- Go version: go1.18.9
- Git commit: 3a2c30b
- Built: Thu Dec 15 22:27:20 2022
- OS/Arch: linux/arm64
- Context: default
- Experimental: true
- Server: Docker Engine - Community
- Engine:
- Version: 20.10.22
- API version: 1.41 (minimum version 1.12)
- Go version: go1.18.9
- Git commit: 42c8b31
- Built: Thu Dec 15 22:25:43 2022
- OS/Arch: linux/arm64
- Experimental: false
- containerd:
- Version: 1.6.15
- GitCommit: 5b842e528e99d4d4c1686467debf2bd4b88ecd86
- runc:
- Version: 1.1.4
- GitCommit: v1.1.4-0-g5fd4c4d
- docker-init:
- Version: 0.19.0
- GitCommit: de40ad0
- ================================================================================
- To run Docker as a non-privileged user, consider setting up the
- Docker daemon in rootless mode for your user:
- dockerd-rootless-setuptool.sh install
- Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
- To run the Docker daemon as a fully privileged service, but granting non-root
- users access, refer to https://docs.docker.com/go/daemon-access/
- WARNING: Access to the remote API on a privileged Docker daemon is equivalent
- to root access on the host. Refer to the 'Docker daemon attack surface'
- documentation for details: https://docs.docker.com/go/attack-surface/
- ================================================================================
- Paketlisten werden gelesen… Fertig
- Abhängigkeitsbaum wird aufgebaut… Fertig
- Statusinformationen werden eingelesen… Fertig
- libffi-dev ist schon die neueste Version (3.3-6).
- python3-pip ist schon die neueste Version (20.3.4-4+deb11u1).
- 0 aktualisiert, 0 neu installiert, 0 zu entfernen und 34 nicht aktualisiert.
- Defaulting to user installation because normal site-packages is not writeable
- Requirement already satisfied: pip in ./.local/lib/python3.9/site-packages (22.3.1)
- Requirement already satisfied: docker-compose in /usr/local/lib/python3.9/dist-packages (1.29.2)
- Requirement already satisfied: jsonschema<4,>=2.5.1 in /usr/local/lib/python3.9/dist-packages (from docker-compose) (3.2.0)
- Requirement already satisfied: dockerpty<1,>=0.4.1 in /usr/local/lib/python3.9/dist-packages (from docker-compose) (0.4.1)
- Requirement already satisfied: PyYAML<6,>=3.10 in /usr/lib/python3/dist-packages (from docker-compose) (5.3.1)
- Requirement already satisfied: requests<3,>=2.20.0 in /usr/local/lib/python3.9/dist-packages (from docker-compose) (2.28.1)
- Requirement already satisfied: docopt<1,>=0.6.1 in /usr/local/lib/python3.9/dist-packages (from docker-compose) (0.6.2)
- Requirement already satisfied: docker[ssh]>=5 in /usr/local/lib/python3.9/dist-packages (from docker-compose) (6.0.1)
- Requirement already satisfied: texttable<2,>=0.9.0 in /usr/local/lib/python3.9/dist-packages (from docker-compose) (1.6.7)
- Requirement already satisfied: python-dotenv<1,>=0.13.0 in /usr/local/lib/python3.9/dist-packages (from docker-compose) (0.21.0)
- Requirement already satisfied: websocket-client<1,>=0.32.0 in /usr/local/lib/python3.9/dist-packages (from docker-compose) (0.59.0)
- Requirement already satisfied: distro<2,>=1.5.0 in /usr/lib/python3/dist-packages (from docker-compose) (1.5.0)
- Requirement already satisfied: packaging>=14.0 in /usr/local/lib/python3.9/dist-packages (from docker[ssh]>=5->docker-compose) (23.0)
- Requirement already satisfied: urllib3>=1.26.0 in /usr/lib/python3/dist-packages (from docker[ssh]>=5->docker-compose) (1.26.5)
- Requirement already satisfied: paramiko>=2.4.3 in /usr/local/lib/python3.9/dist-packages (from docker[ssh]>=5->docker-compose) (2.12.0)
- Requirement already satisfied: six>=1.3.0 in /usr/lib/python3/dist-packages (from dockerpty<1,>=0.4.1->docker-compose) (1.16.0)
- Requirement already satisfied: pyrsistent>=0.14.0 in /usr/local/lib/python3.9/dist-packages (from jsonschema<4,>=2.5.1->docker-compose) (0.19.3)
- Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.9/dist-packages (from jsonschema<4,>=2.5.1->docker-compose) (22.2.0)
- Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from jsonschema<4,>=2.5.1->docker-compose) (52.0.0)
- Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.9/dist-packages (from paramiko>=2.4.3->docker[ssh]>=5->docker-compose) (4.0.1)
- Requirement already satisfied: cryptography>=2.5 in /usr/local/lib/python3.9/dist-packages (from paramiko>=2.4.3->docker[ssh]>=5->docker-compose) (39.0.0)
- Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.9/dist-packages (from paramiko>=2.4.3->docker[ssh]>=5->docker-compose) (1.5.0)
- Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.9/dist-packages (from cryptography>=2.5->paramiko>=2.4.3->docker[ssh]>=5->docker-compose) (1.15.1)
- Requirement already satisfied: pycparser in /usr/local/lib/python3.9/dist-packages (from cffi>=1.12->cryptography>=2.5->paramiko>=2.4.3->docker[ssh]>=5->docker-compose) (2.21)
- Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests<3,>=2.20.0->docker-compose) (2020.6.20)
- Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3/dist-packages (from requests<3,>=2.20.0->docker-compose) (2.10)
- Requirement already satisfied: charset-normalizer<3,>=2 in /usr/local/lib/python3.9/dist-packages (from requests<3,>=2.20.0->docker-compose) (2.1.1)
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
- 100 341k 0 341k 0 0 260k 0 --:--:-- 0:00:01 --:--:-- 584k
- [Unit]
- Wants=network-online.target
- After=network-online.target
- Wants=docker.service
- After=docker.service
- # This prevents us hitting restart rate limits and ensures we keep restarting
- # indefinitely.
- StartLimitInterval=0
- [Service]
- Type=forking
- TimeoutStartSec=infinity
- TimeoutStopSec=16min
- ExecStart=/media/usb/umbrel/scripts/start
- ExecStop=/media/usb/umbrel/scripts/stop
- User=root
- Group=root
- StandardOutput=syslog
- StandardError=syslog
- SyslogIdentifier=umbrel startup
- RemainAfterExit=yes
- Restart=always
- RestartSec=10
- [Install]
- WantedBy=multi-user.target
- Created symlink /etc/systemd/system/multi-user.target.wants/umbrel-startup.service → /etc/systemd/system/umbrel-startup.service.
- sudo: /media/usb/umbrel/scripts/start kann nicht ausgeführt werden: Keine Berechtigung
Advertisement
Add Comment
Please, Sign In to add comment