remove ifupdown

This commit is contained in:
Konano 2023-07-22 14:06:46 +08:00
parent c3f35b72fb
commit 902f47bff3
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ configure_apt_install() {
if [[ -z "$response" ]] || [[ $response =~ ^[Yy]$ ]]; then if [[ -z "$response" ]] || [[ $response =~ ^[Yy]$ ]]; then
apt update apt update
apt install tmux git curl htop net-tools tcptraceroute ifupdown tar unzip -y apt install tmux git curl htop net-tools tcptraceroute tar unzip -y
apt install hexyl bat neofetch fd-find fzf -y apt install hexyl bat neofetch fd-find fzf -y
apt install exa -y apt install exa -y

View File

@ -87,7 +87,7 @@ configure_apt_install() {
if [[ -z "$response" ]] || [[ $response =~ ^[Yy]$ ]]; then if [[ -z "$response" ]] || [[ $response =~ ^[Yy]$ ]]; then
sudo apt update sudo apt update
sudo apt install tmux git curl htop net-tools tcptraceroute ifupdown tar unzip -y sudo apt install tmux git curl htop net-tools tcptraceroute tar unzip -y
sudo apt install hexyl bat neofetch fd-find fzf -y sudo apt install hexyl bat neofetch fd-find fzf -y
sudo apt install exa -y sudo apt install exa -y