Compare commits
3 Commits
1dce97e1c0
...
933213964f
Author | SHA1 | Date |
---|---|---|
|
933213964f | |
|
1dc0415a09 | |
|
334d5ce694 |
4
Makefile
4
Makefile
|
@ -85,11 +85,11 @@ run-post-install: post-install
|
|||
chroot $(MNTDIR) /usr/local/bin/post-install.sh
|
||||
|
||||
nuser:
|
||||
chroot $(MNTDIR) useradd $(NUSRNAME) -G wheel,audio
|
||||
chroot $(MNTDIR) useradd $(NUSRNAME) -G wheel,audio,lp,scanner
|
||||
chroot $(MNTDIR) passwd $(NUSRNAME)
|
||||
chroot $(MNTDIR) dot-install $(NUSRNAME)
|
||||
|
||||
laptop: metal wifi xorg audio post-install nuser
|
||||
laptop: metal wifi xorg audio run-post-install nuser
|
||||
|
||||
archive:
|
||||
tar -cvpjf void-fs.tar.bz2 \
|
||||
|
|
|
@ -13,6 +13,9 @@ git clone $WGT_URL $SRCPATH/waterfox
|
|||
#dependencies
|
||||
xbps-install -Sy libX11-devel libXft-devel libXinerama-devel imlib2-devel libexif-devel giflib-devel libXt-devel libXfixes-devel libXi-devel go ncurses-devel nfs-utils acpi font-awesome dejavu-fonts-ttf
|
||||
|
||||
#hp print and scan
|
||||
xbps-install -Sy sane hplip
|
||||
|
||||
#fonts
|
||||
#xbps-install -Sy freefont-ttf font-fira-ttf font-firacode font-go-ttf font-hack-ttf font-ibm-plex-ttf font-ionicons-ttf font-iosevka font-libertine-ttf font-mplus-ttf
|
||||
|
||||
|
|
Loading…
Reference in New Issue