summaryrefslogtreecommitdiff
path: root/chicago95/debian/README.Debian
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-09-13 18:03:17 +0000
committerB Stack <bgstack15@gmail.com>2019-09-13 18:03:17 +0000
commitd3887a744a54fa1c87078396fbfe294e4b4fdc47 (patch)
treef16a8420d30c5ebd58daa69b04402dda409f50ba /chicago95/debian/README.Debian
parentMerge branch 'palemoon-bump' into 'master' (diff)
parentBetter documentation for chicago95 (diff)
downloadstackrpms-d3887a744a54fa1c87078396fbfe294e4b4fdc47.tar.gz
stackrpms-d3887a744a54fa1c87078396fbfe294e4b4fdc47.tar.bz2
stackrpms-d3887a744a54fa1c87078396fbfe294e4b4fdc47.zip
Merge branch 'chicago95-bump' into 'master'
Chicago95 dpkg scripts See merge request bgstack15/stackrpms!86
Diffstat (limited to 'chicago95/debian/README.Debian')
-rw-r--r--chicago95/debian/README.Debian17
1 files changed, 17 insertions, 0 deletions
diff --git a/chicago95/debian/README.Debian b/chicago95/debian/README.Debian
new file mode 100644
index 0000000..1912eab
--- /dev/null
+++ b/chicago95/debian/README.Debian
@@ -0,0 +1,17 @@
+chicago95 for Devuan
+
+ * What is not implemented
+ - KDE/SDDM components
+ - Everything from the Extras/ directory (except the Xfce4-terminal
+ theme and startup sound)
+
+ * Additional dependencies for Devuan and Debian users
+ - You need to install an additional apt source to get some packages
+ not bundled in upstream Devuan and Debian.
+
+echo 'deb http://download.opensuse.org/repositories/home:/bgstack15/Debian_Unstable/ /' | sudo tee -a /etc/apt/sources.list.d/home:bgstack15.list
+wget -nv https://download.opensuse.org/repositories/home:bgstack15/Debian_Unstable/ Release.key -O- | apt-key add -
+
+ - Install plymouth and lightdm-webkit2-greeter
+
+ -- B Stack <bgstack15@gmail.com> Tue, 10 Sep 2019 20:42:20 -0400
bgstack15