Skip to content

Commit 576c140

Browse files
committed
Check memory
Signed-off-by: Jesus Hector Robles Gutierrez <[email protected]>
1 parent 219b5bf commit 576c140

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/list_components_linux_aitools.sh

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

1010
curl --output webimage.sh --url "$URL" --retry 5 --retry-delay 5
1111
chmod +x webimage.sh
12-
df -h
13-
sleep 10
14-
sudo ./webimage.sh -b -p webimage_extracted
12+
free -m
13+
./webimage.sh -b -p webimage_extracted
1514
rm -rf webimage.sh
1615
source webimage_extracted/bin/activate base
1716
installer_exit_code=$?

0 commit comments

Comments
 (0)