Skip to content

Commit

Permalink
update hhd, remove ayaled
Browse files Browse the repository at this point in the history
  • Loading branch information
honjow committed Feb 4, 2024
1 parent d25ac18 commit 3810b8b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 43 deletions.
2 changes: 1 addition & 1 deletion aur-pkgs/hhd
Submodule hhd updated from bf4541 to 184f48
42 changes: 0 additions & 42 deletions pkgs/ayaled/PKGBUILD

This file was deleted.

13 changes: 13 additions & 0 deletions update-module.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/bash

module_name=$1


# if module_name is empty, update all modules
if [ -z "$module_name" ]; then
git submodule update --remote --recursive
exit 0
fi

module_path="aur-pkgs/$module_name"
git submodule update --remote "$module_path"

0 comments on commit 3810b8b

Please sign in to comment.