seafile-gui
This commit is contained in:
parent
805befc53d
commit
790d573aa5
9
config/hooks/live/0200-seafile.hook.chroot
Executable file
9
config/hooks/live/0200-seafile.hook.chroot
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
wget -O - http://linux-clients.seafile.com/seafile.key | apt-key add -
|
||||||
|
echo 'deb [arch=amd64] http://linux-clients.seafile.com/seafile-deb/buster/ stable main' > /etc/apt/sources.list.d/seafile.list
|
||||||
|
|
||||||
|
apt update
|
||||||
|
apt install -y seafile-gui
|
||||||
|
|
||||||
|
exit 0
|
Loading…
x
Reference in New Issue
Block a user