Skip to content

Commit 6ffb840

Browse files
committed
Install initial setup from repository
1 parent d6f4098 commit 6ffb840

File tree

2 files changed

+7
-30
lines changed

2 files changed

+7
-30
lines changed

juno/arm64/raspi4/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,12 @@ The following example uses Docker and assumes you have Docker correctly installe
9494
```
9595
mkdir -p artifacts
9696
docker run --privileged -i \
97-
-v /proc:/proc \
98-
-v ${PWD}/artifacts:/artifacts \
99-
-v ${PWD}:/working_dir \
100-
-w /working_dir \
101-
debian:latest \
102-
./build.sh
97+
-v /proc:/proc \
98+
-v ${PWD}/artifacts:/artifacts \
99+
-v ${PWD}:/working_dir \
100+
-w /working_dir \
101+
debian:latest \
102+
./build.sh
103103
```
104104
105105
2) When done, your image will be in the `artifacts` folder.

juno/arm64/raspi4/build.sh

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -201,30 +201,7 @@ apt-get install -y \
201201
202202
# Install elementary OS initial setup
203203
apt-get install -y \
204-
desktop-file-utils \
205-
gettext \
206-
git \
207-
libgranite-dev \
208-
libaccountsservice-dev \
209-
libgnomekbd-dev \
210-
libgtk-3-dev \
211-
libjson-glib-dev \
212-
libpwquality-dev \
213-
libxml2-dev \
214-
libxml2-utils \
215-
meson \
216-
valac
217-
218-
cd /tmp
219-
git clone https://github.com/elementary/initial-setup
220-
cd initial-setup
221-
meson build --prefix=/usr
222-
cd build
223-
ninja
224-
ninja install
225-
226-
cd ~
227-
rm -rf /tmp/initial-setup
204+
io.elementary.initial-setup
228205
229206
# Remove unnecessary packages
230207
apt-get purge -y \

0 commit comments

Comments
 (0)