updating notes and script
This commit is contained in:
parent
6f6c4b3029
commit
5eab3d0867
@ -5,6 +5,8 @@
|
|||||||
## WEBSITES
|
## WEBSITES
|
||||||
Window Managers :
|
Window Managers :
|
||||||
http://xwinman.org/
|
http://xwinman.org/
|
||||||
|
# Python Tiling WM
|
||||||
|
http://docs.qtile.org/en/latest/index.html
|
||||||
Source List Generator :
|
Source List Generator :
|
||||||
https://repogen.simplylinux.ch/index.php
|
https://repogen.simplylinux.ch/index.php
|
||||||
Themes :
|
Themes :
|
||||||
|
@ -89,6 +89,10 @@ function sanity_check() {
|
|||||||
"\tapt-get install xserver-xephyr syslinux squashfs-tools genisoimage netpbm syslinux-utils -y"
|
"\tapt-get install xserver-xephyr syslinux squashfs-tools genisoimage netpbm syslinux-utils -y"
|
||||||
sleep 2
|
sleep 2
|
||||||
sudo apt-get install xserver-xephyr syslinux squashfs-tools genisoimage netpbm syslinux-utils -y
|
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
|
fi
|
||||||
|
|
||||||
if [[ "${ARCH}" == "" ]] || [[ "${RELEASE}" == "" ]]; then
|
if [[ "${ARCH}" == "" ]] || [[ "${RELEASE}" == "" ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user