代码拉取完成,页面将自动刷新
#!/bin/bash
################################################
# Function : Install base tools
# Desc : 用于安装基础便利软件的脚本
# Platform : ubuntu
# Version : 1.0
# Date : 2022-06-25 17:12:05
# Author : ncnynl
# Contact : 1043931@qq.com
# URL: https://ncnynl.com
# QQ Qun: 创客智造B群:926779095
# QQ Qun: 创客智造C群:937347681
# QQ Qun: 创客智造D群:562093920
################################################
export TEXTDOMAINDIR=/usr/share/locale
export TEXTDOMAIN=commands
echo "$(gettext "Install base tools")"
#if vim error , maybe sudo apt-get remove vim-common
#https://askubuntu.com/questions/168069/problem-installing-vim
echo "install git vim terminator ssh chromium-browser tree cheese "
sudo apt install wget curl git vim terminator ssh tree cheese mesa-utils -y
echo "install video and audio tools"
sudo apt install audacity simplescreenrecorder kazam vlc -y
echo "install database: mosquitto sqlite3"
sudo apt install -y sqlite3 mosquitto mosquitto-clients -y
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。