diff --git a/PKGBUILD b/PKGBUILD index e4b27e3..9b992f8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -41,5 +41,6 @@ build() { package() { cd $pkgname-$pkgver install -Dm755 tuntox "$pkgdir/usr/bin/tuntox" + install -Dm755 scripts/tokssh "$pkgdir/usr/bin/tokssh" install -Dm644 scripts/tuntox.service "$pkgdir/usr/lib/systemd/system/tuntox.service" }