This commit is contained in:
_N3m0 2023-05-26 09:40:03 +02:00
parent 01ee7b64db
commit fe92f34255
2 changed files with 7 additions and 2 deletions

View File

@ -261,7 +261,7 @@ arch-chroot /mnt /script.sh
arch-chroot /mnt rm /script.sh
if [ $INSTALLGUI -eq 1 ]; then
echo "TODO : gui lol"
arch-chroot /mnt sudo ./linuxrc.sh
fi
next "reboot"

View File

@ -1,5 +1,6 @@
#!/bin/bash
cd ~/home/cptvmt
# installation paquet
@ -19,11 +20,13 @@ localectl set-x11-keymap fr
# installer suckless truc (temps pas besoin plus tard)
mkdir .suckless
cd .suckless
git clone https://git.suckless.org/dwm
git clone https://git.suckless.org/st
git clone https://git.suckless.org/dmenu
cd .suckless
cd dwm
make
sudo make clean install
@ -36,3 +39,5 @@ cd dmenu
make
sudo make clean install
cd
touch .xinitrc