mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2026-05-24 08:43:14 +02:00
install: restore chromium to desktop, remove silly 'workaround'
This commit is contained in:
parent
2f23d219ec
commit
2eb005b5ca
6
install
6
install
@ -3,10 +3,6 @@
|
|||||||
# script isn't that much above `curl | bash`ing
|
# script isn't that much above `curl | bash`ing
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
# Workaround Chromium selectively understanding --disk-cache-dir=nul
|
|
||||||
ln -nsfv /dev/null $HOME/nul
|
|
||||||
ln -nsfv /dev/null $HOME/null
|
|
||||||
|
|
||||||
# Of course LaTeX templates exist
|
# Of course LaTeX templates exist
|
||||||
mkdir -vp ~/texmf/tex/latex/local
|
mkdir -vp ~/texmf/tex/latex/local
|
||||||
|
|
||||||
@ -476,7 +472,7 @@ else
|
|||||||
# scripts repo
|
# scripts repo
|
||||||
ln -nsfv /usr/local/share/applications/a-firefox.desktop $DESKTOP/
|
ln -nsfv /usr/local/share/applications/a-firefox.desktop $DESKTOP/
|
||||||
if [ -f "/usr/bin/chromium-browser" ]; then
|
if [ -f "/usr/bin/chromium-browser" ]; then
|
||||||
#ln -nsfv /usr/local/share/applications/a-chromium.desktop $DESKTOP/
|
ln -nsfv /usr/local/share/applications/a-chromium.desktop $DESKTOP/
|
||||||
if [ -f /etc/chromium/policies/managed/aminda-pwa.json ]; then
|
if [ -f /etc/chromium/policies/managed/aminda-pwa.json ]; then
|
||||||
ln -nsfv /usr/local/share/applications/chromium-{apps,youtube-music,yle-areena,discord,gmessages,telegram,twitch,whatsapp,mtv-katsomo,radioplayer,ruutu}.desktop $DESKTOP/
|
ln -nsfv /usr/local/share/applications/chromium-{apps,youtube-music,yle-areena,discord,gmessages,telegram,twitch,whatsapp,mtv-katsomo,radioplayer,ruutu}.desktop $DESKTOP/
|
||||||
fi
|
fi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user