servnest-mkosi/mkosi.skeleton/root/sftpgo.sh

13 lines
346 B
Bash
Raw Normal View History

2022-05-09 02:40:29 +02:00
#!/usr/bin/bash
source /etc/os-release
export GO=/usr/bin/go
if [[ $ID = "debian" ]]; then
export GO=/usr/lib/go-1.18/bin/go
fi
git clone https://github.com/drakkan/sftpgo /root/sftpgo-src
cd /root/sftpgo-src
2022-06-23 19:50:50 +02:00
git checkout v2.3.1
$GO build -tags nometrics,noazblob,nogcs,nos3,nobolt,nomysql,nopgsql,nosqlite,noportable -o /usr/local/bin/sftpgo