File tree Expand file tree Collapse file tree 2 files changed +7
-30
lines changed Expand file tree Collapse file tree 2 files changed +7
-30
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change @@ -201,30 +201,7 @@ apt-get install -y \
201201
202202# Install elementary OS initial setup
203203apt-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
230207apt-get purge -y \
You can’t perform that action at this time.
0 commit comments