fix seafile repo
This commit is contained in:
parent
b576fd2573
commit
b3993011e4
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
wget -O - http://linux-clients.seafile.com/seafile.key | apt-key add -
|
wget https://linux-clients.seafile.com/seafile.asc -O /usr/share/keyrings/seafile-keyring.asc
|
||||||
echo 'deb [arch=amd64] http://linux-clients.seafile.com/seafile-deb/buster/ stable main' > /etc/apt/sources.list.d/seafile.list
|
echo 'deb [arch=amd64 signed-by=/usr/share/keyrings/seafile-keyring.asc] https://linux-clients.seafile.com/seafile-deb/buster/ stable main' > /etc/apt/sources.list.d/seafile.list
|
||||||
|
|
||||||
apt update
|
apt update
|
||||||
apt install -y seafile-gui
|
apt install -y seafile-gui
|
||||||
|
|
Loading…
Reference in New Issue