summarylogtreecommitdiffstats
path: root/usage.install
diff options
context:
space:
mode:
author“xmengnet”2023-03-03 09:07:16 +0800
committer“xmengnet”2023-03-03 09:07:16 +0800
commitc7d1c22f104fe7f2a0d7fcdd194dc6a97807a824 (patch)
tree140b2cf75e5d1ee371f602e4645460ac5d356b48 /usage.install
parentbc8e60ae70e1dfba4e7553700b5eb77a186c1833 (diff)
downloadaur-c7d1c22f104fe7f2a0d7fcdd194dc6a97807a824.tar.gz
fix echo error
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’ 设置开机自启并且现在启动'
}