This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
tzquant_zq
/
tz_crypto_pub
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
update
master
tzquant_zq
1 year ago
parent
9719ec5637
commit
6c085138e3
1 changed files
with
7 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-2
init_bash.sh
+ 7
- 2
init_bash.sh
View File
@ -1,8 +1,13 @@
# 更新系统软件包
apt update
apt install sudo
sudo su
sudo apt upgrade -y
sudo sed -i
's/deb.debian.org/mirrors.ustc.edu.cn/g'
/etc/apt/sources.list.d/*
sudo sed -i
's/security.debian.org/mirrors.ustc.edu.cn/g'
/etc/apt/sources.list.d/*
# 更新系统软件包
sudo apt update
&&
sudo apt upgrade -y
# 安装 wget
sudo apt install wget -y
Write
Preview
Loading…
Cancel
Save