mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-29 04:52:32 +02:00
remove restriction
This commit is contained in:
@@ -70,11 +70,6 @@ fi
|
|||||||
|
|
||||||
if [ "$1" = "explore" ]; then
|
if [ "$1" = "explore" ]; then
|
||||||
|
|
||||||
if [ ${systemSetup} -gt 0 ]; then
|
|
||||||
echo "error='no explore on a system already setup'"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
# get a list of all connected drives >63GB ordered by size (biggest first)
|
# get a list of all connected drives >63GB ordered by size (biggest first)
|
||||||
listOfDevices=$(lsblk -dno NAME,SIZE | grep -E "^(sd|nvme)" | \
|
listOfDevices=$(lsblk -dno NAME,SIZE | grep -E "^(sd|nvme)" | \
|
||||||
awk '{
|
awk '{
|
||||||
|
Reference in New Issue
Block a user