📁 File Manager Pro
v10.0.3 | PHP: 7.4.15
Server: Apache/2.4.25 (Debian)
2026-07-02 09:48:11
📂
/ (Root)
/
usr
/
lib
/
tasksel
/
tests
📍 /usr/lib/tasksel/tests
🔄 Refresh
✏️
Editing: laptop
Read Only
#!/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
💾 Save Changes
❌ Cancel