Added warning re: safe updates

This commit is contained in:
Andrew Scott 2024-04-28 08:24:52 -04:00
parent 1e824ad9d4
commit dc7ee30e9a
Signed by: a
GPG key ID: 7CD5A5977E4931C1

View file

@ -1,5 +1,11 @@
#!/bin/sh
## Here be dragons
# If paru is installed this script will update an Arch or Arch-based system,
# including AUR packages, without asking for confirmation. Never use it if you
# don't know how it will impact your system. For more information on safely
# updating see: https://wiki.archlinux.org/title/System_maintenance#Upgrading_the_system
alias paru='paru --noconfirm --skipreview'
alias zigup='zigup --install-dir "${HOME}/.local/share/zigup" --path-link "${HOME}/.local/bin/zig"'