pmt: dont include new memoryTestFunction

This commit is contained in:
2025-08-13 09:42:37 +03:00
parent 23087966d6
commit d74f385a68
14 changed files with 96 additions and 67 deletions

View File

@@ -29,7 +29,7 @@ checks()
echo "Updating repositories and checking required packages..."
pkg update &>/dev/null
[ ! -f $PREFIX/bin/unzip ] && pkg install -y unzip
[ ! -f $PREFIX/bin/wget ] && pkg install -y wget
[ ! -f $PREFIX/bin/wget ] && pkg install -y wget
}
select_variant()