updating notes and script

This commit is contained in:
itdominator 2021-05-06 23:40:01 -05:00
parent 6f6c4b3029
commit 5eab3d0867
2 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,8 @@
## WEBSITES
Window Managers :
http://xwinman.org/
# Python Tiling WM
http://docs.qtile.org/en/latest/index.html
Source List Generator :
https://repogen.simplylinux.ch/index.php
Themes :

View File

@ -89,6 +89,10 @@ function sanity_check() {
"\tapt-get install xserver-xephyr syslinux squashfs-tools genisoimage netpbm syslinux-utils -y"
sleep 2
sudo apt-get install xserver-xephyr syslinux squashfs-tools genisoimage netpbm syslinux-utils -y
# Note: Need to add arch/manjaro linux detection to run compatable commands.
# # cdrkit has 'genisoimage' command
# sudo pacman -Syy syslinux squashfs-tools cdrkit netpbm xorg-server-xephyr
fi
if [[ "${ARCH}" == "" ]] || [[ "${RELEASE}" == "" ]]; then