4 lines
171 B
Fish
4 lines
171 B
Fish
|
#!/usr/bin/env fish
|
||
|
read -P "Install main config [yN] ? " inst
|
||
|
test $inst = "y"; and sudo install -o nextcloud -g nextcloud -m a=r,u=rw -b -D app.ini /etc/forgejo/app.ini
|