Skip to content

Commit 2218ff6

Browse files
authored
Implement basic ocs-url installer
1 parent d0530b6 commit 2218ff6

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

post.sh

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,10 @@ sudo rm -rf Xfce4-stuff.zip
2323
# Install alsa and pavucontrol
2424
sudo pacman -S --noconfirm --needed pulseaudio-alsa pavucontrol pulseaudio alsa-firmware
2525

26-
# Install theme
27-
cd /usr/share/
28-
sudo wget https://raw.githubusercontent.com/windowsagent/Modified-Arch-install-script/master/share.zip -P /usr/share/
29-
sudo unzip share.zip
30-
31-
sudo cp -R /usr/share/themes/IndigoMagic /home/windowsagent/.themes/
32-
sudo cp -R /usr/share/icons/sgi-elementary-xfce /home/windowsagent/.icons/
33-
26+
# Fix weird vblank issue
3427
xfconf-query -c xfwm4 -p /general/vblank_mode -s off
28+
29+
# Install ocs-url (for themes)
30+
sudo pacman -S qt5-base qt5-svg qt5-declarative qt5-quickcontrols
31+
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
32+
sudo pacman -U /home/windowsagent/ocs-url-3.1.0-1-x86_64.pkg.tar.xz

0 commit comments

Comments
 (0)