summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgohan.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/gohan.sh b/gohan.sh
index 8c82308..139913b 100755
--- a/gohan.sh
+++ b/gohan.sh
@@ -131,6 +131,7 @@ install_packages() {
case "$tag" in
"A") install_from_aur "$program" "$comment" ;;
"G") install_from_github "$program" "$comment" ;;
+ "#Tag") ;;
*) install_package "$program" "$comment" ;;
esac
done < /tmp/packages.csv