Skip to content

Commit ef790b5

Browse files
committed
Fixed some things, again..
1 parent a078813 commit ef790b5

File tree

2 files changed

+4
-23
lines changed

2 files changed

+4
-23
lines changed

Install.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ arch-chroot /mnt systemctl enable dhcpcd
5353
# Sudoers
5454
curl https://raw.githubusercontent.com/windowsagent/Modified-Arch-install-script/master/sudoers > /mnt/etc/sudoers
5555

56-
# Install desktop environment
57-
arch-chroot /mnt pacman -S --noconfirm lightdm xorg lightdm-gtk-greeter xorg-server
58-
arch-chroot /mnt systemctl enable lightdm
59-
6056
# Drop post installation script on user's home directory
6157
curl https://raw.githubusercontent.com/windowsagent/Modified-Arch-install-script/master/post.sh > /mnt/home/windowsagent/runme.sh
6258
chmod +x /mnt/home/windowsagent/runme.sh

post.sh

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,6 @@
44
# This line below is now stupid because I'm too lazy to write a sed script to replace every single thing on the lightdm config
55
#sudo sed -i "s/#greeter-session=example-gtk-gnome/greeter-session=lightdm-slick-greeter/g" /etc/lightdm/lightdm.conf
66

7-
#Install greeter
8-
9-
yay -Sy lightdm-slick-greeter
10-
11-
# Install alsa and pavucontrol
12-
sudo pacman -S --noconfirm --needed pulseaudio-alsa pavucontrol pulseaudio alsa-firmware
13-
14-
# Fix weird vblank issue
15-
xfconf-query -c xfwm4 -p /general/vblank_mode -s off
16-
17-
# Install ocs-url (for themes)
18-
sudo pacman -S qt5-base qt5-svg qt5-declarative qt5-quickcontrols
19-
wget https://github.com/windowsagent/Modified-Arch-install-script/raw/master/ocs-url-3.1.0-1-x86_64.pkg.tar.xz -P /home/windowsagent
20-
sudo pacman -U /home/windowsagent/ocs-url-3.1.0-1-x86_64.pkg.tar.xz
21-
227
# Place lightdm config + xsessions cause again, I'm too lazy to write several sed commands even though it'd probably be easier than tampering with permissions and those stuffs
238

249
cd /usr/share/
@@ -34,7 +19,7 @@ sudo rm -rf lightdm.zip
3419
# Deploy modified version of LARBS
3520
# with Ikan ikan ikan
3621

37-
cd /home/windowsagent
38-
curl -Lo https://raw.githubusercontent.com/windowsagent/LARBS/master/larbs.sh
39-
chmod +x larbs.sh
40-
./larbs.sh
22+
cd /tmp
23+
sudo curl -LO https://raw.githubusercontent.com/windowsagent/LARBS/master/larbs.sh
24+
sudo chmod +x larbs.sh
25+
sudo sh larbs.sh

0 commit comments

Comments
 (0)