mirror of
https://github.com/MysticRyuujin/guac-install.git
synced 2023-10-10 13:36:56 +02:00
Fix add-apt-repository for Linux Mint
This commit is contained in:
parent
ea84a11979
commit
b60850d1b2
@ -217,7 +217,7 @@ source /etc/os-release
|
|||||||
if [[ "${NAME}" == "Ubuntu" ]] || [[ "${NAME}" == "Linux Mint" ]]; then
|
if [[ "${NAME}" == "Ubuntu" ]] || [[ "${NAME}" == "Linux Mint" ]]; then
|
||||||
# Ubuntu > 18.04 does not include universe repo by default
|
# Ubuntu > 18.04 does not include universe repo by default
|
||||||
# Add the "Universe" repo, don't update
|
# Add the "Universe" repo, don't update
|
||||||
add-apt-repository -yn universe
|
add-apt-repository -y universe
|
||||||
# Set package names depending on version
|
# Set package names depending on version
|
||||||
JPEGTURBO="libjpeg-turbo8-dev"
|
JPEGTURBO="libjpeg-turbo8-dev"
|
||||||
if [[ "${VERSION_ID}" == "16.04" ]]; then
|
if [[ "${VERSION_ID}" == "16.04" ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user