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 arch-chroot /mnt rm /script.sh
if [ $INSTALLGUI -eq 1 ]; then if [ $INSTALLGUI -eq 1 ]; then
echo "TODO : gui lol" arch-chroot /mnt sudo ./linuxrc.sh
fi fi
next "reboot" next "reboot"

View File

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