Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 5b93c718 authored by Robert Nelson's avatar Robert Nelson
Browse files
parent caf8a584
No related merge requests found
This diff is collapsed.
...@@ -262,6 +262,16 @@ debian_regs () { ...@@ -262,6 +262,16 @@ debian_regs () {
deb_distro="trusty" deb_distro="trusty"
fi fi
#https://bugs.kali.org/changelog_page.php
if [ "x${deb_distro}" = "xmoto" ] ; then
#lsb_release -a
#Distributor ID: Kali
#Description: Kali GNU/Linux 1.1.0
#Release: 1.1.0
#Codename: moto
deb_distro="wheezy"
fi
#Linux Mint: Compatibility Matrix #Linux Mint: Compatibility Matrix
#http://www.linuxmint.com/oldreleases.php #http://www.linuxmint.com/oldreleases.php
#http://packages.linuxmint.com/index.php #http://packages.linuxmint.com/index.php
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment