]> wagnertech.de Git - projects.git/blob - debian/frps.conf
webssh-Korrektur
[projects.git] / debian / frps.conf
1 # Aufruf:
2 # mconfigure -v 0.51.0 frps
3
4 compile_type=NONE
5 target_type=DEB
6 multibuild=2
7
8 echo "run= $run"
9 if [ $run -eq 1 ]; then
10         export ARCH=amd64
11 elif [ $run -eq 2 ]; then
12         export ARCH=arm
13 else
14         echo "unknown run number"
15         exit 2
16 fi
17