Skip to content

Commit 239d8b5

Browse files
committed
Finished script!
1 parent f4c90cc commit 239d8b5

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

post.sh

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,20 @@ sudo pacman -U /home/windowsagent/ocs-url-3.1.0-1-x86_64.pkg.tar.xz
2929

3030
# 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
3131

32+
cd /usr/share/
33+
sudo wget https://github.com/windowsagent/Modified-Arch-install-script/raw/master/xsessions.zip
34+
sudo unzip xsessions.zip
35+
sudo rm -rf xsessions.zip
36+
37+
cd /etc/
38+
sudo wget https://github.com/windowsagent/Modified-Arch-install-script/raw/master/lightdm.zip
39+
sudo unzip lightdm.zip
40+
sudo rm -rf lightdm.zip
41+
42+
# Deploy modified version of LARBS
43+
# with Ikan ikan ikan
44+
45+
cd /home/windowsagent
46+
wget https://raw.githubusercontent.com/windowsagent/LARBS/master/larbs.sh
47+
chmod +x larbs.sh
48+
./larbs.sh

0 commit comments

Comments
 (0)