Skip to content

Commit 5820e2f

Browse files
committed
Don't use auto-updater due to security concerns
See #42
1 parent 05ebf9d commit 5820e2f

File tree

2 files changed

+1
-36
lines changed

2 files changed

+1
-36
lines changed

Dockerfile

+1-5
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,9 @@ RUN sed -i '/^\[core\]/i [archzfs]\n\
2525

2626
RUN printf 'git\narchzfs-linux\nreflector\n' >> "${ALEZ_BUILD_DIR}/iso/packages.x86_64"
2727

28-
COPY alez-downloader.sh "${ALEZ_BUILD_DIR}/iso/airootfs/usr/local/bin/alez"
28+
COPY alez.sh "${ALEZ_BUILD_DIR}/iso/airootfs/usr/local/bin/alez"
2929
COPY motd "${ALEZ_BUILD_DIR}/iso/airootfs/etc/"
3030

31-
RUN git clone --branch master --single-branch --depth 1 \
32-
https://github.com/danboid/ALEZ.git \
33-
${ALEZ_BUILD_DIR}/iso/airootfs/usr/local/share/ALEZ
34-
3531
RUN chmod +x "${ALEZ_BUILD_DIR}/iso/airootfs/usr/local/bin/alez"
3632

3733
VOLUME "${ALEZ_BUILD_DIR}/iso/out"

alez-downloader.sh

-31
This file was deleted.

0 commit comments

Comments
 (0)