mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
Update migrations/1773976181.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
co-authored by
Copilot
parent
b50103d7ff
commit
579cbf8f31
@@ -1,7 +1,7 @@
|
||||
echo "Disable btrfs quotas and space-aware snapper limits on existing installs"
|
||||
|
||||
if omarchy-cmd-present btrfs; then
|
||||
if sudo btrfs quota status / 2>/dev/null | grep -q "enabled"; then
|
||||
if sudo btrfs quota status / 2>/dev/null | grep -q "Quota enabled: yes"; then
|
||||
sudo btrfs quota disable /
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user