summarylogtreecommitdiffstats
path: root/usage.install
diff options
context:
space:
mode:
Diffstat (limited to 'usage.install')
-rw-r--r--usage.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/usage.install b/usage.install
index 259717d2e17f..2c2f74d03d46 100644
--- a/usage.install
+++ b/usage.install
@@ -1,4 +1,4 @@
post_install() {
- echo " ********默认下载位置为当前用户的~/Downloads目录,如需修改请自行修改/etc/aria2/aria2.conf 里面的下载位置"
- echo " ********然后使用 ‘sudo systemctl enable --now aria2c@$USER’ 设置开机自启并且现在启动"
+ echo ' 默认下载位置为当前用户的~/Downloads目录,如需修改请自行修改/etc/aria2/aria2.conf 里面的下载位置'
+ echo ' 然后使用 ‘sudo systemctl enable --now aria2c@$USER’ 设置开机自启并且现在启动'
}