Mini Shell Moded By TiGER HeX
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
lib
/
tasksel
/
tests
/
Linux midnightridazz 4.19.0-11-cloud-amd64 #1 SMP Debian 4.19.146-1 (2020-09-17) x86_64
Upload File :
New :
File
Dir
//lib/tasksel/tests/laptop
#!/bin/sh # Causes a task to be selected if the machine appears to be a laptop. if [ "$NEW_INSTALL" ]; then if which laptop-detect >/dev/null 2>&1 && \ laptop-detect; then exit 0 # hide; install else exit 1 # hide; do not install fi else exit 3 fi