summaryrefslogtreecommitdiff
path: root/gh3tkl.md
diff options
context:
space:
mode:
Diffstat (limited to 'gh3tkl.md')
-rw-r--r--gh3tkl.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/gh3tkl.md b/gh3tkl.md
new file mode 100644
index 0000000..76acb92
--- /dev/null
+++ b/gh3tkl.md
@@ -0,0 +1,22 @@
+---
+id: gh3tkl
+date: 2026-02-12T11:01:39+0300
+languages: [en]
+aliases:
+
+reviews:
+
+tags:
+- draft
+- knowledge
+
+- archlinux
+---
+# How to disable integrity check on one `pacman` command
+
+```
+paru -S --mflags --skipinteg <some_package...>
+```
+
+## Up
+-