remove snapd install restriction for Mint20
This commit is contained in:
parent
366ff1255d
commit
81da847d02
2 changed files with 13 additions and 2 deletions
|
@ -967,7 +967,18 @@ function addRepo_AndroidStudio () {
|
|||
#
|
||||
AppsPreTrtFct="opera-stable;opera_PreTrtFct
|
||||
steam;steam_PreTrtFct
|
||||
wireshark;wireshark_PreTrtFct"
|
||||
wireshark;wireshark_PreTrtFct
|
||||
snapd;snapd_PreTrtFct"
|
||||
|
||||
#
|
||||
# Snap
|
||||
#
|
||||
function snapd_PreTrtFct () {
|
||||
if isMint20; then
|
||||
runCmd "sudo rm /etc/apt/preferences.d/nosnap.pref" \
|
||||
"remove snapd installation restriction [ I'm allergic to it, but need it for some pieces of software... Devs, please provide deb package ;) ]"
|
||||
fi
|
||||
}
|
||||
|
||||
#
|
||||
# Opera
|
||||
|
|
2
vars.sh
2
vars.sh
|
@ -13,7 +13,7 @@
|
|||
#
|
||||
# app version number
|
||||
#
|
||||
version="0.6.0-b5"
|
||||
version="0.6.0-b6"
|
||||
|
||||
#
|
||||
# myHomedir is used in full paths to the homedir
|
||||
|
|
Loading…
Reference in a new issue