linux sh update

This commit is contained in:
shimingxy
2024-05-09 21:17:57 +08:00
parent 99eaf58806
commit 5fce99cce0
3 changed files with 12 additions and 2 deletions

View File

@@ -1,2 +1,12 @@
#!/bin/bash
echo "-------------------------------------------------------------------------------"
echo "-- Maxkey Sigle Sign On System --"
echo "-- Set JAVA_HOME .... --"
echo "-- JAVA_HOME JDK --"
JAVA_HOME=./jdk-17.0.9
$JAVA_HOME/bin/java -version
echo "-- JAVA_HOME $JAVA_HOME "
echo "-------------------------------------------------------------------------------"