You need to sign in or sign up before continuing.
flyview-server.sh 563 Bytes
Newer Older
1 2 3 4
#!/bin/sh

PKGNAME=ipera-mediaserver
SUPPORTEDARCHES="x86_64"
5
VERSION="$2"
6 7 8 9
DESCRIPTION="FlyView (Ipera) Server from the official site"

. $(dirname $0)/common.sh

10
warn_version_is_not_supported
11

12 13 14
#PKG="$(eget --list --latest https://flyviewvms.ru/downloads/ "flyview-server*linux64.deb")"
PKGURL="https://flyviewvms.ru/distro/flyview-server.deb"

15
install_pkgurl
16

17 18 19
echo
echo "
Execute manually:
20 21
# groupadd -r ipera
# useradd -r -g ipera ipera
22 23
# chown ipera:ipera /var/lib/ipera
"
24 25 26 27 28 29

echo
echo "Note: run
# serv $PKGNAME on
to enable and start $PKGNAME system service
"