Created
April 24, 2015 10:43
-
-
Save jinmingjian/a25c22f0d7765c492e92 to your computer and use it in GitHub Desktop.
kimsufi_arch_post0
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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