Replace epiphany with SeaMonkey

This commit is contained in:
Fierelier 2022-08-13 18:52:02 +02:00
parent 9c482c9b57
commit 7063afa618
4 changed files with 10 additions and 2 deletions

View File

@ -1 +1,2 @@
graphical-general
graphical-general
seamonkey

View File

@ -1,3 +1,3 @@
#!/bin/bash
export WDVN_PACKAGES_DL="$WDVN_PACKAGES_DL xinit mousepad netsurf-gtk xautolock xsecurelock qt5-style-plugins alsa-utils synaptic epiphany-browser"
export WDVN_PACKAGES_DL="$WDVN_PACKAGES_DL xinit netsurf-gtk xautolock xsecurelock qt5-style-plugins alsa-utils synaptic"
export WDVN_PACKAGES_REMOVE="$WDVN_PACKAGES_REMOVE xscreensaver"

5
mods/seamonkey/data/chroot Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
echo "deb http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main" >>"/etc/apt/sources.list"
apt -y install dirmngr
apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 2667CA5C
apt -y update

2
mods/seamonkey/modscript Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
export WDVN_PACKAGES_DL="$WDVN_PACKAGES_DL seamonkey-mozilla-build"