Update install.sh

This commit is contained in:
Kroese 2024-02-04 16:15:24 +01:00 committed by GitHub
parent f0b59087d2
commit d653547e41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -251,6 +251,7 @@ getESD() {
rm -rf "$dir"
mkdir -p "$dir"
rm -f "$file"
space=$(df --output=avail -B 1 "$dir" | tail -n 1)
space_gb=$(( (space + 1073741823)/1073741824 ))