表格支持自动调整行宽
This commit is contained in:
11
shell/kernel-installer-update-template.sh
Normal file
11
shell/kernel-installer-update-template.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
rm /tmp/gxde-kernel-manager-installer-status -f
|
||||
aptPath="apt"
|
||||
which aptss > /dev/null
|
||||
if [[ $? == 0 ]]; then
|
||||
# 如果 aptss 存在,则使用 aptss
|
||||
aptPath="aptss"
|
||||
fi
|
||||
$aptPath update
|
||||
rm -f "${kernelInstallerShellTempPath}"
|
||||
Reference in New Issue
Block a user