mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-02 12:47:49 +02:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
63d4482e8c | ||
|
|
efdea50053 |
@@ -19,5 +19,6 @@ body:
|
||||
id: steps
|
||||
attributes:
|
||||
label: What's wrong?
|
||||
description: Describe the issue, include steps to recreate it if possible, and attach the output of `omarchy-debug` if possible
|
||||
validations:
|
||||
required: true
|
||||
|
||||
@@ -1 +1,5 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: 🛟 Community Support
|
||||
url: https://omarchy.org/discord
|
||||
about: Need help? Join our Discord community for support with any issues. GitHub issues should be used for verified bugs, documentation, and enhancement proposals only.
|
||||
|
||||
@@ -11,5 +11,6 @@ body:
|
||||
id: steps
|
||||
attributes:
|
||||
label: What correction or addition do we need?
|
||||
description: Please provide reference links and specifics of what should be updated
|
||||
validations:
|
||||
required: true
|
||||
|
||||
@@ -23,7 +23,7 @@ if pacman -Qem >/dev/null; then
|
||||
fi
|
||||
fi
|
||||
|
||||
orphans=$(pacman -Qtdq)
|
||||
orphans=$(pacman -Qtdq || true)
|
||||
if [[ -n $orphans ]]; then
|
||||
echo -e "\e[32m\nRemove orphan system packages\e[0m"
|
||||
for pkg in $orphans; do
|
||||
|
||||
Reference in New Issue
Block a user