Added instalation of app indicator dropdown for Wing Panel
This commit is contained in:
15
post-inst.sh
15
post-inst.sh
@@ -111,20 +111,7 @@ else
|
||||
fi
|
||||
|
||||
if [[ "${ID}" == 'elementary' ]]; then
|
||||
cat << EOF > /etc/apt/sources.list.d/backports.list
|
||||
deb http://archive.ubuntu.com/ubuntu/ ${UBUNTU_VERSION_CODENAME}-backports main restricted universe multiverse
|
||||
deb-src http://archive.ubuntu.com/ubuntu/ ${UBUNTU_VERSION_CODENAME}-backports main restricted universe multiverse
|
||||
EOF
|
||||
|
||||
cat << EOF > /etc/apt/preferences.d/backports.pref
|
||||
Package: *
|
||||
Pin: release n=${UBUNTU_VERSION_CODENAME}*
|
||||
Pin-Priority: 990
|
||||
|
||||
Package: linux* /wayland/
|
||||
Pin: release n=${UBUNTU_VERSION_CODENAME}-backports
|
||||
Pin-Priority: -1
|
||||
EOF
|
||||
"${baseDir}/namarupa.sh"
|
||||
elif [[ "${ID}" == 'debian' ]]; then
|
||||
"${baseDir}/debian.sh" --contrib
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user