mirror of
https://github.com/kou029w/daraz-tek.beta.fogtype.com.git
synced 2025-01-18 08:05:10 +00:00
6 lines
152 B
Bash
Executable file
6 lines
152 B
Bash
Executable file
#!/bin/sh
|
|
set -eu
|
|
|
|
sudo apt install -y git make
|
|
git clone https://github.com/kou029w/daraz-tek.beta.fogtype.com
|
|
make -C daraz-tek.beta.fogtype.com .env
|