mirror of
https://github.com/BioArchLinux/docker.git
synced 2025-03-09 22:53:31 +00:00
7 lines
67 B
Bash
Executable file
7 lines
67 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cd /usr/share/lilac/docker
|
|
|
|
git pull
|
|
|
|
./gen_docker.sh
|