Skip to content

Commit

Permalink
Update arch_x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
xplshn authored Oct 29, 2024
1 parent bd282cd commit 0abdc96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baseSystems/arch_x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ mkdir -p ./ArchLinux_localResources && cd ./ArchLinux_localResources
error "Unable to download fuse-overlayfs and add it as ./fuse-overlayfs"
fi
# ---
cat <<'EOF' >./pkgadd && chmod +x ./pkgadd
cat <<'EOF' >./pkgadd && chmod +x ./pkgadd.sh # you can use ./pkgadd for single-line installation procedures, or ./pkgadd.sh for a more involved setup
#!/bin/sh
if [ "$AUR" = 1 ]; then
yay -S --noconfirm $@ ; pacman -Rcnsd base-devel --noconfirm
Expand Down

0 comments on commit 0abdc96

Please sign in to comment.