Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b1f2753d82 |
4
PKGBUILD
4
PKGBUILD
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
pkgname=tms-bbt
|
pkgname=tms-bbt
|
||||||
pkgver=1.0
|
pkgver=1.0
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
pkgdesc="SmartTMS application suite for managing cinema devices."
|
pkgdesc="SmartTMS application suite for managing cinema devices."
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://your.company.com/smarttms"
|
url="https://your.company.com/smarttms"
|
||||||
@@ -14,7 +14,7 @@ depends=('python' 'sudo' 'xdg-utils' 'tms-mysql' 'tms-oracle-jdk8')
|
|||||||
|
|
||||||
source=("${pkgname}.tar.gz")
|
source=("${pkgname}.tar.gz")
|
||||||
|
|
||||||
sha256sums=('ef7848c834b52a3f4c1151769f73a4ef1b838c742ef2644361f4536c81ad9571')
|
sha256sums=('3b94a4f61c94555b8452f8caefb25d283cd86ca6f4aec0e747634547b3f94182')
|
||||||
|
|
||||||
install="${pkgname}.install"
|
install="${pkgname}.install"
|
||||||
|
|
||||||
|
|||||||
10
build-tms-bbt-config.sh
Normal file
10
build-tms-bbt-config.sh
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
rm -rf pkg src tms-bbt.tar.gz tms-bbt*.pkg.tar.zst
|
||||||
|
|
||||||
|
tar -czvf tms-bbt.tar.gz tms-bbt
|
||||||
|
|
||||||
|
makepkg -g
|
||||||
|
|
||||||
|
echo "use makepkg -s"
|
||||||
|
|
||||||
BIN
tms-bbt.tar.gz
BIN
tms-bbt.tar.gz
Binary file not shown.
@@ -1,6 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
source /etc/profile
|
source /etc/profile
|
||||||
|
|
||||||
|
sudo pkill -9 java
|
||||||
echo "TMS软件重启中"
|
echo "TMS软件重启中"
|
||||||
sudo systemctl restart smarttms.service;
|
sudo systemctl restart smarttms.service;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user