Browse Source
Merge pull request #16 from vnnkl/15-expandFs
expand FS command
#146
Christian Rotzoll
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
home.admin/10setupBlitz.sh
|
@ -91,7 +91,7 @@ if [ ! -f "home/admin/.setup" ]; then |
|
|
sudo apt-get update |
|
|
sudo apt-get update |
|
|
sudo apt-get upgrade -f -y --force-yes |
|
|
sudo apt-get upgrade -f -y --force-yes |
|
|
echo "OK - System is now up to date" |
|
|
echo "OK - System is now up to date" |
|
|
|
|
|
sudo raspi-config --expand-rootfs |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
# the HDD is already ext4 formated and called blockchain |
|
|
# the HDD is already ext4 formated and called blockchain |
|
|