2026-06-07 19:34:32 +02:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
|
|
# Make sure build scripts are executable
|
|
|
|
|
chmod +x "./"{"mkarchiso","run_before_squashfs.sh"}
|
|
|
|
|
|
|
|
|
|
# Get Antergos wallpaper for installed system
|
|
|
|
|
wget -qN --show-progress -P "airootfs/root/" "https://raw.githubusercontent.com/Antergos/wallpapers/master/antergos-wallpaper.png"
|
|
|
|
|
|
|
|
|
|
# Get live session wallpaper
|
|
|
|
|
wget -qN --show-progress -P "airootfs/root/" "https://raw.githubusercontent.com/Antergos/wallpapers/master/antergos-wallpaper.png"
|
|
|
|
|
cp airootfs/root/antergos-wallpaper.png airootfs/root/livewall.png
|
|
|
|
|
|
2026-06-12 19:27:31 +02:00
|
|
|
# Get Antergos icon for SDDM avatar (use committed file instead of GitHub avatar)
|
|
|
|
|
# wget -qN --show-progress -O "airootfs/root/liveuser.png" "https://avatars.githubusercontent.com/u/17977612"
|
2026-06-07 20:47:05 +02:00
|
|
|
|
2026-06-07 19:34:32 +02:00
|
|
|
# Build liveuser skel
|
|
|
|
|
cd "airootfs/root/antergos-skel-liveuser"
|
|
|
|
|
makepkg -f
|