toxcore.guncellendi
This commit is contained in:
parent
3f366abf54
commit
258c03e3b2
|
@ -4,7 +4,7 @@
|
|||
# Depends on: libconfig libsodium libvpx opus cmake
|
||||
|
||||
name=toxcore
|
||||
version=0.1.8
|
||||
version=0.1.10
|
||||
release=1
|
||||
source=(https://github.com/TokTok/c-toxcore/archive/v$version.tar.gz)
|
||||
|
||||
|
|
|
@ -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…
Reference in New Issue