Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

Commit a38c27e

Browse files
Update install-desktop-xfce.sh
1 parent d89e0e4 commit a38c27e

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

install-desktop-xfce.sh

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,19 @@ mkdir $HOME/Pictures
6666
mkdir $HOME/Video
6767
cp -rf $HOME/termux-desktop-xfce/README.desktop $HOME/Desktop
6868
termux-setup-storage
69-
cd $HOME
70-
ln -s $HOME/storage/music Music
71-
mkdir $HOME/Music
72-
cd $HOME/.icons
73-
bash install-papirus.sh
74-
cd $HOME
69+
ln -s $HOME/storage/music $HOME/Music
70+
71+
bash $HOME/.icons/install-papirus.sh
72+
73+
read -p "\e[1; Do you want to compile extra plugins on-device??[y/n]" in
74+
75+
if [[ $in -eq y]]
76+
then
77+
bash compile-install.sh
78+
echo -e """\e[1;32menjoy!!
79+
To start the vnc server, use the command: vncserver or startdesktop to stop it, use the command: vncserver -kill: 1 Replace the: 1 with the port on which the vnc service is running\e[1m"""
80+
81+
else
7582
echo -e """\e[1;32menjoy!!
7683
To start the vnc server, use the command: vncserver or startdesktop to stop it, use the command: vncserver -kill: 1 Replace the: 1 with the port on which the vnc service is running\e[1m"""
77-
7884
exit

0 commit comments

Comments
 (0)