13 lines
220 B
Markdown
Executable File
13 lines
220 B
Markdown
Executable File
---
|
|
title: "deepin添加ppa"
|
|
date: 2021-10-18T16:59:28+08:00
|
|
draft: false
|
|
---
|
|
|
|
```bash
|
|
sudo apt-get install python-software-properties
|
|
sudo apt-get install software-properties-common
|
|
sudo apt-get update
|
|
```
|
|
|