Skip to content

Commit

Permalink
Update pideploy-gui-install
Browse files Browse the repository at this point in the history
  • Loading branch information
DesktopECHO authored May 12, 2023
1 parent f1bd0f5 commit d71a0f4
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions usr/local/bin/pideploy-gui-install
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@ sudo apt-get update

# Fetch the gksu packages to replace PolicyKit
# It won't work here; it needs systemd :(
wget -q http://ftp.us.debian.org/debian/pool/main/libg/libgnome-keyring/libgnome-keyring-common_3.12.0-1_all.deb
wget -q http://ftp.us.debian.org/debian/pool/main/libg/libgnome-keyring/libgnome-keyring0_3.12.0-1+b2_armhf.deb
wget -q http://ftp.us.debian.org/debian/pool/main/g/gksu/gksu_2.0.2-9+b1_armhf.deb
wget -q http://ftp.us.debian.org/debian/pool/main/libg/libgksu/libgksu2-0_2.0.13~pre1-9+b1_armhf.deb
wget -q http://ftp.us.debian.org/debian/pool/main/libg/libgtop2/libgtop-2.0-10_2.34.2-1_armhf.deb
wget -q http://old.kali.org/kali/pool/main/libg/libgnome-keyring/libgnome-keyring0_3.12.0-1%2Bb2_armhf.deb
wget -q http://old.kali.org/kali/pool/main/libg/libgnome-keyring/libgnome-keyring-common_3.12.0-1_all.deb
wget -q http://old.kali.org/kali/pool/main/g/gksu/gksu_2.0.2-9%2Bb1_armhf.deb
wget -q http://old.kali.org/kali/pool/main/libg/libgksu/libgksu2-0_2.0.13~pre1-9%2Bb2_armhf.deb

# Install minimal PIXEL Desktop GUI packages and gksu
sudo apt-get -y install raspberrypi-ui-mods lxplug-menu lxinput lxterminal lxplug-cputemp lxplug-volumepulse libxfce4util7 libxfconf-0-3 libxfce4util-bin fonts-piboto pipanel rpd-wallpaper pishutdown scrot pixflat-icons lxsession-default-apps lxsession-edit gtk2-engines-pixflat gtk2-engines-clearlookspix gtk2-engines-pixbuf mousepad synaptic ./libgnome-keyring-common_3.12.0-1_all.deb ./libgnome-keyring0_3.12.0-1+b2_armhf.deb ./gksu_2.0.2-9+b1_armhf.deb ./libgksu2-0_2.0.13~pre1-9+b1_armhf.deb ./libgtop-2.0-10_2.34.2-1_armhf.deb --no-install-recommends
sudo apt-get -y install raspberrypi-ui-mods lxplug-menu lxinput lxterminal lxplug-cputemp lxplug-volumepulse libxfce4util7 libxfconf-0-3 libxfce4util-bin fonts-piboto pipanel rpd-wallpaper pishutdown scrot pixflat-icons lxsession-default-apps lxsession-edit gtk2-engines-pixflat gtk2-engines-clearlookspix gtk2-engines-pixbuf mousepad synaptic ./libgnome-keyring-common*.deb ./libgnome-keyring0*.deb ./gksu*.deb ./libgksu*.deb --no-install-recommends

# Cleanup GUI packages
sudo apt-get clean
Expand Down

0 comments on commit d71a0f4

Please sign in to comment.