Bubble proxy service
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

first_time_ubuntu.sh 129 B

123456
  1. #!/bin/bash
  2. sudo apt install -y gcc curl libssl-dev pkg-config
  3. curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh