Skip to content

Commit

Permalink
增加了远程调用archey显示当前系统信息
Browse files Browse the repository at this point in the history
  • Loading branch information
daliansky committed Feb 28, 2019
1 parent b67f644 commit 974b872
Show file tree
Hide file tree
Showing 98 changed files with 22,932 additions and 2 deletions.
713 changes: 713 additions & 0 deletions Tools/MacOS_Updater

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions Tools/README.md
Expand Up @@ -40,6 +40,14 @@ curl -fsSL https://raw.githubusercontent.com/daliansky/Hackintosh/master/Tools/b
0:100 0:000 Running on: 'Inspiron 7560' with board '07T996'
```

或者:显示更多的信息:

```bash
sh -c "$(curl -fsSL https://raw.githubusercontent.com/daliansky/Hackintosh/master/Tools/archey)"
```

输出效果见上图



## 一条命令显示USB数量
Expand Down
4 changes: 2 additions & 2 deletions Tools/installScript_1014fullapp
Expand Up @@ -364,7 +364,7 @@ esac
#
if [ ! -e "${tmpDirectory}/${key}/${distribution}" ]; then
echo "Downloading: ${distribution} ..."
axel -a -n 10 "${url}${distribution}" -o "${tmpDirectory}/${key}/${distribution}"
axel -a -n 64 "${url}${distribution}" -o "${tmpDirectory}/${key}/${distribution}"
#
# Remove root only restriction/allow us to install on any target volume.
#
Expand All @@ -390,7 +390,7 @@ do
if [ ! $filename == "" ]; then
if [ ! -e "${tmpDirectory}/${key}/${filename}" ]; then
echo "Downloading: ${filename} ..."
axel -a -n 10 "${url}${filename}" -o "${tmpDirectory}/${key}/${filename}"
axel -a -n 64 "${url}${filename}" -o "${tmpDirectory}/${key}/${filename}"
else
echo "File: ${filename} already there, skipping this download."
fi
Expand Down
Binary file added Z3x0_UHD630单HDMI输出/EFI/BOOT/BOOTX64.efi
Binary file not shown.
Binary file not shown.

0 comments on commit 974b872

Please sign in to comment.