summaryrefslogtreecommitdiffstats
path: root/.local
diff options
context:
space:
mode:
authorTyler Davis <tydavis@gmail.com>2023-07-31 00:14:13 +0000
committerTyler Davis <tydavis@gmail.com>2023-07-31 00:14:13 +0000
commit21ff9bdeb9fb10ce81137e7791c31e4378f6ceee (patch)
tree35289daafb84e6b474b15d7ef6c376eda104df1c /.local
parentd6e34d0bee47d9afe763aa9183276f279cb088c3 (diff)
downloaddotfiles-21ff9bdeb9fb10ce81137e7791c31e4378f6ceee.tar.gz
dotfiles-21ff9bdeb9fb10ce81137e7791c31e4378f6ceee.zip
allupdate: remove arch stuff
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/allupdate15
1 files changed, 1 insertions, 14 deletions
diff --git a/.local/bin/allupdate b/.local/bin/allupdate
index fc3c846..045a3e9 100755
--- a/.local/bin/allupdate
+++ b/.local/bin/allupdate
@@ -42,20 +42,7 @@ case "$OSTYPE" in
;;
linux*)
- ## == ARCHLINUX ==
- # Update all, all the time
- sudo pacman -Syu;
-
- # Dump all packages into list
- pacman -Qqet > ~/.config/pacman/paclist
- # AUR installed / local-installed packages
- pacman -Qmq > ~/.config/pacman/pacaur
-
- if [ "$(command -v auracle)" ]; then
- echo "Checking for outdated AUR packages..."
- auracle outdated;
- fi
- # == END ARCHLINUX ==
+ # Do APK stuff manually
# Git config for work
if [ "$(command -v fetchgit)" ]; then