You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because it's a new feature of gasetup that you would anyway get with an update of the previous iso. I'll have a look at it. Can you send me the output of df -h ?
Hi @substring , in the gasetup gitlab repo, the "core/procedures/interactive" file had a miss evaluation of the space left, df provide the space used, not the space free, then the evaluation must be "-gt" 90
else
space_used="$(df --output=pcent / | tail -1 | grep -oE '[0-9]+')"if [[ $space_used-gt 90 ]] ;then
notify "Your main drive has less than 10% free space left"fifi
}
Another approach is use awk to get the free space, for example:
Fresh install from the Live ISO.. Installed yesterday from the last 2023 ISO without any problem.. Now with the 2024.7 ISO I got this problem..
The text was updated successfully, but these errors were encountered: