Warning: this is an htmlized version!
The original is here, and
the conversion rules are here.

# «.every-boot»		(to "every-boot")
# «.lxde»		(to "lxde")
# «.proc»		(to "proc")
# «.gddrescue»		(to "gddrescue")
# «.testdisk»		(to "testdisk")
# «.mke2fs»		(to "mke2fs")
# «.e2fsck»		(to "e2fsck")
# «.blocksize»		(to "blocksize")
# «.smartctl»		(to "smartctl")
# «.sleuthkit»		(to "sleuthkit")
# «.autopsy»		(to "autopsy")
# «.mount-loop»		(to "mount-loop")
# «.apt-file»		(to "apt-file")
# «.persistence»	(to "persistence")
# «.hde»		(to "hde")
# «.latexing»		(to "latexing")
# «.change-grub.cfg»	(to "change-grub.cfg")
# «.mount-after-e2fsck»	(to "mount-after-e2fsck")

(defun u () (interactive) (find-escript-upload-links "u" "{tag}"))


# «every-boot» (to ".every-boot")
# Do this at every boot
* (eepitch-shell)
* (eepitch-kill)
* (eepitch-shell)
{
  sudo apt-get update
  sudo apt-get install -y emacs
  sudo apt-get install -y zsh lua5.1 git make
  sudo apt-get install -y lua-lpeg
  sudo apt-get install -y expect rsync
  sudo apt-get install -y xpdf recode figlet
  cd /tmp/
  wget -nc https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
  sudo apt-get install -y libxss1 libappindicator1 libindicator7
  sudo dpkg -i google-chrome*.deb
  sudo apt-get install -f -y





# Local Variables:
# coding: utf-8-unix
# End: