switch to debian in the docker demo

archlinux fails to install packages half the time

  error: key "Christian Hesse (Arch Linux Package Signing) <arch@eworm.de>" could not be imported

This seems to be a long-standing bug in arch that hasn't been acknowledged.
Users suffering from it are offered to to repeatedly wipe their keyring,
reinitialize, and retry.
pull/436/head
romkatv 5 years ago
parent 437b624532
commit 8394e6338e

@ -176,8 +176,9 @@ Try Powerlevel10k in Docker. You can safely make any changes to the file system
the theme. Once you exit zsh, the image is deleted. the theme. Once you exit zsh, the image is deleted.
```zsh ```zsh
docker run -e TERM -it --rm archlinux/base bash -uexc ' docker run -e TERM -it --rm debian:buster bash -uec '
pacman -Sy --noconfirm zsh git apt update
apt install -y git zsh
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ~/powerlevel10k
echo "source ~/powerlevel10k/powerlevel10k.zsh-theme" >>~/.zshrc echo "source ~/powerlevel10k/powerlevel10k.zsh-theme" >>~/.zshrc
cd ~/powerlevel10k cd ~/powerlevel10k

Loading…
Cancel
Save