Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions installer/config/hooks/live/010-install-cdex.chroot
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ echo "[hook] Adding CusDeb apt repository and installing cdex-full..."

dpkg --add-architecture i386
update-ca-certificates --fresh

mkdir -p /etc/apt/keyrings
curl -fsSL -o /etc/apt/keyrings/cusdeb.gpg https://cusdeb-com.github.io/os/KEY.gpg
chmod 644 /etc/apt/keyrings/cusdeb.gpg

apt-get update
apt-get install -y cdex-full

Expand Down
Binary file not shown.