setup-files/typora.sh
AKP b7b592ae60
Initial commit
Signed-off-by: AKP <tom@tdpain.net>
2021-05-02 23:41:35 +01:00

8 lines
183 B
Bash
Executable file

#!/bin/bash
# 2021-05-02
wget -qO - https://typora.io/linux/public-key.asc | apt-key add -
add-apt-repository 'deb https://typora.io/linux ./'
apt-get update
apt-get install typora