servnest-mkosi/root/sftpgo.sh

13 lines
283 B
Bash
Raw Normal View History

2022-05-09 02:40:29 +02:00
#!/usr/bin/bash
source /etc/os-release
2022-05-09 02:40:29 +02:00
export GO=/usr/bin/go
if [[ $OS = "debian" ]]; then
2022-10-31 23:51:38 +01:00
export GO=/usr/lib/go-1.19/bin/go
2022-05-09 02:40:29 +02:00
fi
git clone https://github.com/drakkan/sftpgo /root/sftpgo-src
cd /root/sftpgo-src
git checkout $(git tag | tail -n 1)
2022-10-31 23:51:38 +01:00
$GO build -o /usr/local/bin/sftpgo