rig icon indicating copy to clipboard operation
rig copied to clipboard

Support deepin OS?

Open ShixiangWang opened this issue 3 years ago • 4 comments

Deepin is a re-distro based on Debian, what works for Debian shall work for Deepin. Could rig support this OS?

$ rig add devel
[INFO] Running `sudo` for adding new R versions. This might need your password.
[ERROR] Unsupported distro: Deepin 20.6, only Ubuntu 18.04, 20.04, 22.04 and Debian 9-11 are supported currently

ShixiangWang avatar Jul 28 '22 01:07 ShixiangWang

We can probably do that. What's the output of this?

cat /etc/os-release

gaborcsardi avatar Jul 28 '22 01:07 gaborcsardi

$ cat /etc/os-release
PRETTY_NAME="Deepin 20.6"
NAME="Deepin"
VERSION_ID="20.6"
VERSION="20.6"
VERSION_CODENAME="apricot"
ID=Deepin
HOME_URL="https://www.deepin.org/"
BUG_REPORT_URL="https://bbs.deepin.org/"

ShixiangWang avatar Jul 28 '22 01:07 ShixiangWang

Thanks! Can you also include the output of this?

cat /etc/debian_version

gaborcsardi avatar Jul 28 '22 01:07 gaborcsardi

$ cat /etc/debian_version
10.10

ShixiangWang avatar Jul 28 '22 01:07 ShixiangWang

Closed by 8c08328

gaborcsardi avatar Sep 09 '22 13:09 gaborcsardi

Thanks

ShixiangWang avatar Sep 09 '22 13:09 ShixiangWang