add
This commit is contained in:
7
998-常用脚本/工具脚本/ubuntu下载离线安装包.sh
Normal file
7
998-常用脚本/工具脚本/ubuntu下载离线安装包.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
version_suffix="$(cat /etc/*-release | grep -E 'PRETTY_NAME(_LIKE)?=' | cut -d "=" -f2 | tr " " "-" | sed 's/["()]//g').tar.gz"
|
||||
offline_folder_prefix="/root/wdd/offline/"
|
||||
|
||||
# 全部写在一起
|
||||
Reference in New Issue
Block a user