summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLon Sagisawa2018-08-31 11:47:14 +0900
committerLon Sagisawa2018-08-31 11:47:14 +0900
commit8c8c2a51b1693fb2ec11b10e3a760d16b87306a9 (patch)
treed8c9ac54dc82d73de752bae15cbfe3c9eb682472 /PKGBUILD
parent5c3b8138c2ccf52ef83a0dd186a805e29711aafc (diff)
downloadaur-ttf-cica-git.tar.gz
fix docker problem
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d988f80e50e1..131102794396 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,6 +20,7 @@ pkgver() {
build() {
cd ${srcdir}/Cica
+ sudo systemctl start docker.service
sudo docker-compose up
sudo docker-compose down
}