mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 14:17:12 +02:00
Add ./build/prepare/linux.sh which builds docker.
This commit is contained in:
parent
b2df781b76
commit
c1be1ca4ae
1 changed files with 7 additions and 0 deletions
7
Telegram/build/prepare/linux.sh
Executable file
7
Telegram/build/prepare/linux.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
set -e
|
||||
FullExecPath=$PWD
|
||||
pushd `dirname $0` > /dev/null
|
||||
FullScriptPath=`pwd`
|
||||
popd > /dev/null
|
||||
|
||||
./build/docker/centos_env/prepare.sh
|
Loading…
Add table
Reference in a new issue