updating notes and script
This commit is contained in:
parent
6f6c4b3029
commit
5eab3d0867
@ -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 :
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user