Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get image to build; alez command on booted image still has zsh permis… #70

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Forgot to remove all sks keyserver references in the code! Thaaanks, …
…GDPR...
  • Loading branch information
pmarreck committed Oct 21, 2021
commit 6c4aaa785490228ae6be4fa576d0c19ed3eb33bf
9 changes: 6 additions & 3 deletions alez.sh
Original file line number Diff line number Diff line change
@@ -296,7 +296,7 @@ install_arch(){
} 2>"${IO_NULL}"

chrun "if ! pacman-key -r F75D9D76; then
pacman-key -r F75D9D76 --keyserver hkp://pool.sks-keyservers.net:80;
pacman-key -r F75D9D76 --keyserver hkps://keyserver.ubuntu.com;
fi && pacman-key --lsign-key F75D9D76" \
"Adding Arch ZFS repo key in chroot..." 2>"${IO_NULL}"

@@ -452,8 +452,11 @@ define() {

fetch_archzfs_key() {
declare -a keyservers=(
'hkp://pool.sks-keyservers.net:80'
# 'hkp://pgp.mit.edu:80' # Replace with working keyservers
'hkps://keyserver.ubuntu.com'
'hkps://pgp.mit.edu'
'hkp://pgp.mit.edu:80'
# SKS keyservers are permanently down due to GDPR filings
# 'hkp://pool.sks-keyservers.net:80'
# 'hkp://ipv4.pool.sks-keyservers.net:80'
)