mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-08 13:30:47 -05:00
Added warning re: safe updates
This commit is contained in:
parent
1e824ad9d4
commit
dc7ee30e9a
1 changed files with 6 additions and 0 deletions
|
@ -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"'
|
||||
|
||||
|
|
Loading…
Reference in a new issue