We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1458204 commit ed0ce5bCopy full SHA for ed0ce5b
build/root/install.sh
@@ -81,6 +81,12 @@ rcurl.sh -o "/tmp/minecraft_server.jar" "${url_download}"
81
# move minecraft java server
82
mkdir -p "/srv/minecraft" && mv "/tmp/minecraft_server.jar" "/srv/minecraft/"
83
84
+# enable mouse and keyboard scrolling for screen
85
+cat <<EOF > /home/nobody/.screenrc
86
+# Enable mouse scrolling and scroll bar history scrolling
87
+termcapinfo xterm* ti@:te@
88
+EOF
89
+
90
# container perms
91
####
92
0 commit comments