Install GUI after initial reboot
This commit is contained in:
parent
c7eff69f90
commit
109e62335f
3 changed files with 17 additions and 8 deletions
|
@ -27,12 +27,21 @@ yay --noconfirm -Syu \
|
||||||
terminal-parrot \
|
terminal-parrot \
|
||||||
rar \
|
rar \
|
||||||
nextcloud-client \
|
nextcloud-client \
|
||||||
|
flatpak \
|
||||||
;
|
;
|
||||||
|
|
||||||
|
. "../Software/git/install.sh";
|
||||||
|
|
||||||
sudo chsh $USER --shell "$(which fish)";
|
sudo chsh $USER --shell "$(which fish)";
|
||||||
|
|
||||||
. "../Software/git/install.sh";
|
# User Interface
|
||||||
. "../Software/IcedTea/install.sh";
|
yay --noconfirm -Syu \
|
||||||
|
sddm \
|
||||||
|
maliit-keyboard \
|
||||||
|
;
|
||||||
|
|
||||||
|
. ../Config/sddm/install.sh;
|
||||||
|
. ../Software/KDE/install.sh;
|
||||||
|
|
||||||
yay --noconfirm -Syu power-profiles-daemon;
|
yay --noconfirm -Syu power-profiles-daemon;
|
||||||
sudo systemctl enable --now power-profiles-daemon;
|
sudo systemctl enable --now power-profiles-daemon;
|
||||||
|
@ -60,6 +69,9 @@ yay --noconfirm -Syu \
|
||||||
|
|
||||||
# . "../Config/GnomeExtensions/install.sh";
|
# . "../Config/GnomeExtensions/install.sh";
|
||||||
|
|
||||||
|
# Frameworks
|
||||||
|
. "../Software/IcedTea/install.sh";
|
||||||
|
|
||||||
# rclone
|
# rclone
|
||||||
. "../Software/rclone/install.sh";
|
. "../Software/rclone/install.sh";
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@ pacstrap -K "$ARCH_MOUNT_ROOT" \
|
||||||
man-db \
|
man-db \
|
||||||
man-pages \
|
man-pages \
|
||||||
texinfo \
|
texinfo \
|
||||||
maliit-keyboard;
|
;
|
||||||
|
|
||||||
cp -r "$projectRoot" "${ARCH_MOUNT_ROOT}$tempRoot";
|
cp -r "$projectRoot" "${ARCH_MOUNT_ROOT}$tempRoot";
|
||||||
genfstab -U "$ARCH_MOUNT_ROOT" >> "$ARCH_MOUNT_ROOT/etc/fstab";
|
genfstab -U "$ARCH_MOUNT_ROOT" >> "$ARCH_MOUNT_ROOT/etc/fstab";
|
||||||
|
@ -65,9 +65,6 @@ arch-chroot "$ARCH_MOUNT_ROOT" mkinitcpio -P;
|
||||||
arch-chroot "$ARCH_MOUNT_ROOT" pacman -Syu;
|
arch-chroot "$ARCH_MOUNT_ROOT" pacman -Syu;
|
||||||
arch-chroot "$ARCH_MOUNT_ROOT" bash "$tempDir/../Software/GRUB/install.sh";
|
arch-chroot "$ARCH_MOUNT_ROOT" bash "$tempDir/../Software/GRUB/install.sh";
|
||||||
arch-chroot "$ARCH_MOUNT_ROOT" bash "$tempDir/../Software/sudo/install.sh";
|
arch-chroot "$ARCH_MOUNT_ROOT" bash "$tempDir/../Software/sudo/install.sh";
|
||||||
pacstrap -K "$ARCH_MOUNT_ROOT" sddm;
|
|
||||||
arch-chroot "$ARCH_MOUNT_ROOT" bash "$tempDir/../Config/sddm/install.sh";
|
|
||||||
arch-chroot "$ARCH_MOUNT_ROOT" bash "$tempDir/../Software/KDE/install.sh";
|
|
||||||
pacstrap -K "$ARCH_MOUNT_ROOT" git;
|
pacstrap -K "$ARCH_MOUNT_ROOT" git;
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,6 @@ sudo pacman -Syu --noconfirm \
|
||||||
packagekit-qt5 \
|
packagekit-qt5 \
|
||||||
kde-applications-meta \
|
kde-applications-meta \
|
||||||
iio-sensor-proxy \
|
iio-sensor-proxy \
|
||||||
flatpak \
|
|
||||||
pipewire-audio \
|
pipewire-audio \
|
||||||
pipewire-pulse;
|
pipewire-pulse \
|
||||||
|
;
|
||||||
|
|
Loading…
Reference in a new issue