Skip to content

Commit b78f86e

Browse files
rootroot
authored andcommitted
fixed issue with root installer
1 parent acbd9d6 commit b78f86e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

etc/proot-env/Hidpi/install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
if [ -d hidpi ] && [ -f hidpi/install.sh ]; then
44
cd hidpi || exit 1
55
bash install.sh
6+
cd ..
67
fi
78
if [ -d xhidpi ] && [ -f xhidpi/install.sh ]; then
89
cd hidpi || exit 1
910
bash install.sh
11+
cd ..
1012
fi

0 commit comments

Comments
 (0)