Skip to content

Commit

Permalink
Install initial setup from repository
Browse files Browse the repository at this point in the history
  • Loading branch information
meisenzahl committed Oct 31, 2019
1 parent d6f4098 commit 6ffb840
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 30 deletions.
12 changes: 6 additions & 6 deletions juno/arm64/raspi4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@ The following example uses Docker and assumes you have Docker correctly installe
```
mkdir -p artifacts
docker run --privileged -i \
-v /proc:/proc \
-v ${PWD}/artifacts:/artifacts \
-v ${PWD}:/working_dir \
-w /working_dir \
debian:latest \
./build.sh
-v /proc:/proc \
-v ${PWD}/artifacts:/artifacts \
-v ${PWD}:/working_dir \
-w /working_dir \
debian:latest \
./build.sh
```
2) When done, your image will be in the `artifacts` folder.
25 changes: 1 addition & 24 deletions juno/arm64/raspi4/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -201,30 +201,7 @@ apt-get install -y \
# Install elementary OS initial setup
apt-get install -y \
desktop-file-utils \
gettext \
git \
libgranite-dev \
libaccountsservice-dev \
libgnomekbd-dev \
libgtk-3-dev \
libjson-glib-dev \
libpwquality-dev \
libxml2-dev \
libxml2-utils \
meson \
valac
cd /tmp
git clone https://github.com/elementary/initial-setup
cd initial-setup
meson build --prefix=/usr
cd build
ninja
ninja install
cd ~
rm -rf /tmp/initial-setup
io.elementary.initial-setup
# Remove unnecessary packages
apt-get purge -y \
Expand Down

0 comments on commit 6ffb840

Please sign in to comment.