Skip to content

Commit 219b5bf

Browse files
committed
test disk space
Signed-off-by: Jesus Hector Robles Gutierrez <[email protected]>
1 parent 3730407 commit 219b5bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/list_components_linux_aitools.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ FILENAME=$2
99

1010
curl --output webimage.sh --url "$URL" --retry 5 --retry-delay 5
1111
chmod +x webimage.sh
12-
sudo ./webimage.sh -b -p webimage_extracted
12+
df -h
1313
sleep 10
14+
sudo ./webimage.sh -b -p webimage_extracted
1415
rm -rf webimage.sh
1516
source webimage_extracted/bin/activate base
1617
installer_exit_code=$?

0 commit comments

Comments
 (0)