feat:jdk、compose下载配置 by 小傅哥

This commit is contained in:
小傅哥
2024-01-17 21:10:44 +08:00
parent 67d92e2c59
commit 031f9c16c6
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
# 安装说明https://bugstack.cn/md/road-map/docker.html#_7-%E5%AE%89%E8%A3%85docker-compose
sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose

View File

@@ -0,0 +1,3 @@
# 执行 ./jdk-down.sh 进行下载&解压
wget https://download.oracle.com/otn/java/jdk/8u202-b08/1961070e4c9b4e26a04e7f5a083f551e/jdk-8u202-linux-x64.tar.gz
tar -zxvf jdk-8u202-linux-x64.tar.gz