We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2abe74f commit 712d02eCopy full SHA for 712d02e
prepare.sh
@@ -24,7 +24,7 @@ wget -qN --show-progress -P "airootfs/root/" "https://raw.githubusercontent.com/
24
chmod +x "./"{"mkarchiso","run_before_squashfs.sh"}
25
26
get_pkg() {
27
- sudo mkdir /tmp/pkg-cache \
+ sudo mkdir -p /tmp/pkg-cache \
28
&& sudo pacman -Syw "$1" --cachedir /tmp/pkg-cache --noconfirm \
29
&& sudo cp /tmp/pkg-cache/*.pkg.tar.zst airootfs/root/packages/ \
30
&& sudo chown $USER:$USER "airootfs/root/packages/"*".pkg.tar"*
0 commit comments