📜  tableplus - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:24.002000             🧑  作者: Mango

代码示例1
## UBUNTU 20.04

# Add TablePlus gpg key
wget -O - -q http://deb.tableplus.com/apt.tableplus.com.gpg.key | sudo apt-key add - 

# Add TablePlus repo
sudo add-apt-repository "deb [arch=amd64] https://deb.tableplus.com/debian tableplus main"

# Install
sudo apt update
sudo apt install tableplus -y