fix
This commit is contained in:
parent
da8decca5e
commit
7ed01298f1
@ -1,7 +1,13 @@
|
||||
#!/bin/zsh
|
||||
|
||||
# ./install.zsh $HOST
|
||||
# ex: ./install.zsh syu.is
|
||||
|
||||
function at-repos-env() {
|
||||
host=syu.is
|
||||
host=$1
|
||||
if [ -z "$1" ];then
|
||||
host=syu.is
|
||||
fi
|
||||
did=did:plc:6qyecktefllvenje24fcxnie
|
||||
icon=https://git.syui.ai/ai/at/raw/branch/main/icons/Logotype.tsx
|
||||
repos=(
|
||||
|
Loading…
x
Reference in New Issue
Block a user