Commit 10c88e0e authored by Vitaly Lipatov's avatar Vitaly Lipatov

distr_info: set rolling version for ArchLinux

parent c0df1075
......@@ -198,12 +198,10 @@ elif distro os-release && hascommand xbps-query ; then
DISTRIB_ID="VoidLinux"
DISTRIB_RELEASE="Live"
# TODO: use standart /etc/os-release or lsb
elif distro arch-release ; then
DISTRIB_ID="ArchLinux"
DISTRIB_RELEASE="2010"
if grep 2011 -q $ROOTDIR/etc/pacman.d/mirrorlist ; then
DISTRIB_RELEASE="2011"
fi
DISTRIB_RELEASE="rolling"
# Elbrus
elif distro mcst_version ; then
......
Markdown is supported
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