File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ NAME_SQL=`echo $NAME_UPPER | head -c3`
17
17
18
18
apt-get -y update
19
19
apt-get -y upgrade
20
- apt-get -y install bsdutils tree zsh vim htop git g++ libboost-dev python3-requests sshfs tcpdump gdb pkg-config ntpdate ntp mailutils msmtp msmtp-mta libssl-dev libmariadb-dev-compat libmariadb-dev libmysqlcppconn-dev cmake make unattended-upgrades apt-listchanges iptables-persistent libwebsockets-dev libcurl4-openssl-dev python3 python3-dnslib python3-cachetools dnsmasq strace dnsutils sqlite3 libsqlite3-dev mariadb-client rsync libreadline-dev binutils-dev libpcap-dev libnl-genl-3-dev dh-autoreconf conntrack ncdu iperf3 psmisc ethtool net-tools mtr-tiny adduser cron iptables wget screen libmaxminddb-dev unzip curl python2.7 python2 curl screen ipset curl zstd python3-pip
20
+ apt-get -y install bsdutils tree zsh vim htop git g++ libboost-dev python3-requests sshfs tcpdump gdb pkg-config ntpdate ntp mailutils msmtp msmtp-mta libssl-dev libmariadb-dev-compat libmariadb-dev libmysqlcppconn-dev cmake make unattended-upgrades apt-listchanges iptables-persistent libwebsockets-dev libcurl4-openssl-dev python3 python3-dnslib python3-cachetools dnsmasq strace dnsutils sqlite3 libsqlite3-dev mariadb-client rsync libreadline-dev binutils-dev libpcap-dev libnl-genl-3-dev dh-autoreconf conntrack ncdu psmisc ethtool net-tools mtr-tiny adduser cron iptables wget screen libmaxminddb-dev unzip curl curl screen ipset curl zstd python3-pip
21
21
rm -rf ~ /.pip # bad tencent server on some CHN locations
22
22
if [[ " $NAME_SQL " == " CHN" ]]; then
23
23
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
24
24
fi
25
- pip3 install sqlite3-to-mysql --upgrade || pip3 install sqlite3-to-mysql --upgrade
25
+ pip3 install sqlite3-to-mysql --upgrade --break-system-packages || pip3 install sqlite3-to-mysql --upgrade --break-system-packages
26
26
27
27
hostnamectl set-hostname ddnet$NAME_LOWER
28
28
addgroup teeworlds
You can’t perform that action at this time.
0 commit comments