aboutsummarylogtreecommitdiffstats
path: root/install.sh
blob: 164bed6cc626bf0d81327b957c27709ba26465e0 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

rm -rf /tmp/thu-isatap
git clone https://github.com/panda2134/thu-isatap.git /tmp/thu-isatap
cd /tmp/thu-isatap/

install -D -m755 "thu-isatap" "/usr/bin/thu-isatap"
install -D -m644 "thu-isatap.service" "/usr/lib/systemd/system/thu-isatap.service"