freegeekchicago / fgc-installscript

FreeGeek Chicago Install Script
MIT License
8 stars 7 forks source link

Precise 12.04 Updates Depreciated? #46

Closed ArtemisTheGreat closed 6 years ago

ArtemisTheGreat commented 7 years ago

Current Repo Status

install.sh contains a script for Ubuntu 12.04 updates

https://github.com/freegeekchicago/fgc-installscript/blob/master/install.sh#L173

###
### Packages for Precise (12.04) ###
####################################

if [ $(lsb_release -rs) = '12.04' ]; then
    echo "* Customizing Precise packages."
    apt-get -y install ttf-mgopen

    # Xubuntu 12.04 Specific Packages
    if [ $(dpkg-query -W -f='${Status}' xubuntu-desktop 2>/dev/null | grep -c "ok installed") -eq 1 ]; then
        echo "* Customizing Precise-Xubuntu packages."
        apt-get -y install xubuntu-restricted-extras
        apt-get -y remove gnumeric* abiword* dragonplayer
    fi
fi

Issues With Current Status

Ubuntu 12.04 is far depreciated

Proposed Solution

Remove lines of code.
Make sure no Free Geek Chicago computers are being installed with Ubuntu 12.04