toxcore.guncellendi
This commit is contained in:
parent
3f366abf54
commit
258c03e3b2
2 changed files with 5 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
# Depends on: libconfig libsodium libvpx opus cmake
|
# Depends on: libconfig libsodium libvpx opus cmake
|
||||||
|
|
||||||
name=toxcore
|
name=toxcore
|
||||||
version=0.1.8
|
version=0.1.10
|
||||||
release=1
|
release=1
|
||||||
source=(https://github.com/TokTok/c-toxcore/archive/v$version.tar.gz)
|
source=(https://github.com/TokTok/c-toxcore/archive/v$version.tar.gz)
|
||||||
|
|
||||||
|
|
4
talimatname/genel/toxcore/toxcore.kur-kos
Normal file
4
talimatname/genel/toxcore/toxcore.kur-kos
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
/sbin/groupadd -g 92 tox-bootstrapd
|
||||||
|
/sbin/useradd -g tox-bootstrapd -u 92 -d /var/tox-bootstrapd -s /bin/false tox-bootstrapd
|
||||||
|
/bin/passwd -l tox-bootstrapd
|
||||||
|
[[ -d var/lib/tox-bootstrapd ]] || install -dm 750 -o tox-bootstrapd -g tox-bootstrapd var/lib/tox-bootstrapd
|
Loading…
Add table
Reference in a new issue