Skip to content

Commit dae2690

Browse files
committed
Add gnome-network-displays to the installer script
1 parent 9a8615b commit dae2690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apt/install_software.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ if ! grep -q "hypervisor" /proc/cpuinfo; then
102102
)
103103
# If running on a laptop
104104
if [ "${CHASSIS}" = "laptop" ]; then
105-
APT_PACKAGES+=("touchegg")
105+
APT_PACKAGES+=("gnome-network-displays" "touchegg")
106106
fi
107107
fi
108108
# If running on a laptop

0 commit comments

Comments
 (0)