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 23, 2021
1 parent 89104e6 commit 8e988d1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions GC/Lxde.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
echo -e "$123\n$123\n" | sudo passwd
echo -e "$123\n$123\n" | sudo passwd $root
rm -rf ngrok ngrok.zip ng.sh > /dev/null 2>&1
wget -O ng.sh https://bit.ly/ngrok3389 > /dev/null 2>&1
chmod +x ng.sh
Expand All @@ -9,17 +9,16 @@ echo "More free vps visit 👉akuh.net👈"
echo "================================"
sudo apt-get install lxde -y
clear
echo "===========40%"
echo "===================================="
echo "Install xrdp"
echo "===================================="
sudo apt install -y xrdp > /dev/null 2>&1
sudo sed -i.bak '/fi/a lxde-session \n' /etc/xrdp/startwm.sh > /dev/null 2>&1
sudo service xrdp start > /dev/null 2>&1
echo "===============60%"
clear
echo "===================================="
echo "Install Firefox"
echo "===================================="
sudo apt install firefox -y > /dev/null 2>&1
clear
echo "===================80%"
echo "=======================100%"
echo "===================================="
Expand Down

0 comments on commit 8e988d1

Please sign in to comment.