This commit is contained in:
deathbybandaid 2023-12-17 11:58:07 -05:00
parent c3f2662ec2
commit 221da7c58a

View File

@ -73,7 +73,7 @@ pkgmgr_update(){
get_system_used_space() { get_system_used_space() {
return $(df --output=used -B1 / | tail -n 1| cut -d'%' -f1) echo $(df --output=used -B1 / | tail -n 1| cut -d'%' -f1)
} }
human_readable_bytes() { human_readable_bytes() {