Skip to content

Instantly share code, notes, and snippets.

@jinmingjian
Created April 24, 2015 10:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jinmingjian/a25c22f0d7765c492e92 to your computer and use it in GitHub Desktop.
Save jinmingjian/a25c22f0d7765c492e92 to your computer and use it in GitHub Desktop.
kimsufi_arch_post0
#!/usr/bin/sh
pacman -S --force
pacman -S --force base
rm -rf /boot//boot/bzImage-*
grub-mkconfig -o /boot/grub/grub.cfg
useradd -m -G xxx -s /bin/zsh xxx
reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment