Skip to content

Commit

Permalink
Update lxde.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
akuhnet authored Sep 22, 2021
1 parent af29def commit 07517e0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion lxde.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,16 @@ echo Downloading File From akuh.net
sudo apt-get install lxde > /dev/null 2>&1
echo "===========40%"
sudo apt install -y xrdp > /dev/null 2>&1
echo "===============60%"
sudo sed -i.bak '/fi/a lxde-session \n' /etc/xrdp/startwm.sh > /dev/null 2>&1
echo "===============60%"
echo "==============="
echo "Install Brave"
echo "==============="
sudo apt install apt-transport-https curl > /dev/null 2>&1
sudo curl -fsSLo /usr/share/keyrings/brave-browser-archive-keyring.gpg https://brave-browser-apt-release.s3.brave.com/brave-browser-archive-keyring.gpg > /dev/null 2>&1
echo "deb [signed-by=/usr/share/keyrings/brave-browser-archive-keyring.gpg arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main"|sudo tee /etc/apt/sources.list.d/brave-browser-release.list > /dev/null 2>&1
sudo apt update > /dev/null 2>&1
sudo apt install brave-browser > /dev/null 2>&1
echo "===================80%"
sudo service xrdp start > /dev/null 2>&1
echo "=======================100%"
Expand Down

0 comments on commit 07517e0

Please sign in to comment.