testing-repository/termux/Anlinux-kali/de-apt-openbox.sh

48 lines
1.3 KiB
Bash
Raw Permalink Normal View History

2020-12-24 18:54:17 +08:00
#!/bin/bash
#Get the necessary components
apt-get update
2020-12-24 18:57:57 +08:00
apt-get install openbox xterm dbus-x11 desktop-base -y
2020-12-24 18:54:17 +08:00
apt install tigervnc-common tigervnc-scraping-server tigervnc-standalone-server tigervnc-xorg-extension -y
apt-get install thunar mate-terminal xfce4-panel -y
#Setup the necessary files
mkdir ~/.vnc
2020-12-24 18:57:57 +08:00
cp ./xstartup ~/.vnc/
cp ./vncserver-start /usr/local/bin/
cp ./vncserver-stop /usr/local/bin/
2020-12-24 18:54:17 +08:00
chmod +x ~/.vnc/xstartup
chmod +x /usr/local/bin/vncserver-start
chmod +x /usr/local/bin/vncserver-stop
echo " "
echo "You can now start vncserver by running vncserver-start"
echo " "
echo "It will ask you to enter a password when first time starting it."
echo " "
echo "The VNC Server will be started at 127.0.0.1:5901"
echo " "
echo "You can connect to this address with a VNC Viewer you prefer"
echo " "
echo "Connect to this address will open a window with Awesome Window Manager"
echo " "
echo " "
echo " "
echo "Running vncserver-start"
echo " "
echo " "
echo " "
echo "To Kill VNC Server just run vncserver-stop"
echo " "
echo " "
echo " "
echo "export DISPLAY=":1"" >> /etc/profile
apt install apt-utils aptitude -y
apt install codeblocks build-essential -y
apt install pavucontrol pulseaudio glade -y
apt install gedit firefox-esr audacious -y
2020-12-24 18:57:57 +08:00
apt install brasero atril synaptic imagemagick -y
2020-12-24 18:54:17 +08:00
vncserver-start