Skip to content

Commit 147c2fd

Browse files
committed
Debian 12
1 parent cce80db commit 147c2fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ddnet-setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ NAME_SQL=`echo $NAME_UPPER | head -c3`
1717

1818
apt-get -y update
1919
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
2121
rm -rf ~/.pip # bad tencent server on some CHN locations
2222
if [[ "$NAME_SQL" == "CHN" ]]; then
2323
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
2424
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
2626

2727
hostnamectl set-hostname ddnet$NAME_LOWER
2828
addgroup teeworlds

0 commit comments

Comments
 (0)