Browse Source

weird error

master
junikimm717 3 years ago
parent
commit
3d3b02360e
  1. 4
      asuser.sh

4
asuser.sh

@ -23,7 +23,7 @@ usertest() {
dev() {
echo "Developer tools..."
doas apk add git make python3 nodejs npm neovim
doas apk add git make python3 nodejs npm neovim curl
}
sysinfo() {
@ -59,7 +59,7 @@ print $1,$2,$3,$4,$5,$6,$7
}}' /etc/passwd > passwd.tmp
doas mv passwd.tmp /etc/passwd
# add starship and oh my zsh
doas apk add starfish
doas apk add starship
}
# neovim must be installed.

Loading…
Cancel
Save