Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Update to umbrelOS 0.5.4 (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukechilds committed Jun 22, 2023
1 parent 5f389a3 commit ab356ea
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: ["push", "pull_request"]
jobs:
build:

runs-on: ubuntu-18.04
runs-on: ubuntu-latest

steps:

Expand All @@ -14,7 +14,7 @@ jobs:
run: sudo apt-get update

- name: Install dependencies
run: sudo apt-get -y install quilt qemu-user-static debootstrap bsdtar
run: sudo apt-get -y install quilt qemu-user-static debootstrap libarchive-tools

- name: Nuke current Docker installation
run: |
Expand Down
2 changes: 1 addition & 1 deletion config
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ FIRST_USER_PASS=moneyprintergobrrr
ENABLE_SSH=1
BUILD_SCRIPTS="Umbrel OS official build scripts"
BUILD_SCRIPTS_REPO="https://github.com/getumbrel/umbrel-os"
UMBREL_VERSION=0.5.3
UMBREL_VERSION=0.5.4
5 changes: 5 additions & 0 deletions stage2/03-install-umbrel/01-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ git clone ${UMBREL_REPO} .
git checkout "${UMBREL_BRANCH}"
fi

# Download umbreld
binary_url="https://github.com/getumbrel/umbrel/releases/download/v${UMBREL_VERSION}/umbreld-v${UMBREL_VERSION}-arm64.tar.gz"
curl --fail --location "${binary_url}" | tar --extract --gzip --directory="./bin"


# Enable Umbrel OS systemd services
cd scripts/umbrel-os/services
UMBREL_SYSTEMD_SERVICES=$(ls *.service)
Expand Down

0 comments on commit ab356ea

Please sign in to comment.