mirror of
https://github.com/kou029w/daraz-tek.beta.fogtype.com.git
synced 2025-01-18 08:05:10 +00:00
7 lines
152 B
Text
7 lines
152 B
Text
|
#!/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
|