電視盒子Armbian_bookworm最佳化

奶油小仙男發表於2024-06-20

專案地址https://github.com/ophub/amlogic-s9xxx-armbian

更換國內源:
```bash
sed -i.bak 's#http://apt.armbian.com#http://mirrors.bfsu.edu.cn/armbian#g' /etc/apt/sources.list.d/armbian.list
apt update

禁用 swap防止過度讀寫emmc

# 1.檢視現有的 swap
swapon -s
# 釋放指定的swap
swapoff /dev/zram0
# 禁用zram服務
vim /etc/default/armbian-zram-config
ENABLED=false

安裝常用工具

apt install -y vim sudo net-tools curl unzip zip tmux wget zsh lrzsz

相關文章