File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ elif [[ "{$VM}" = *linux32* ]]; then
74
74
fi' >> tmp/$VM_SCRIPT
75
75
elif [[ " {$VM_SCRIPT }" = * server* ]]; then
76
76
echo ' if [[ "{$VM}" = *arm* ]]; then
77
- vm/$VM/pharo --headless PharoThings32.image remotePharo --startServerOnPort=40423
77
+ sudo vm/$VM/pharo --headless PharoThings32.image remotePharo --startServerOnPort=40423
78
78
elif [[ "{$VM}" = *osx32* ]]; then
79
79
# some magic to find out the real location of this script dealing with symlinks
80
80
DIR=`readlink "$0"` || DIR="$0";
@@ -93,7 +93,7 @@ elif [[ "{$VM}" = *linux32* ]]; then
93
93
fi' >> tmp/$VM_SCRIPT
94
94
else
95
95
echo ' if [[ "{$VM}" = *arm* ]]; then
96
- vm/$VM/pharo --headless PharoThings32.image $1 $2 $3
96
+ sudo vm/$VM/pharo --headless PharoThings32.image $1 $2 $3
97
97
elif [[ "{$VM}" = *osx32* ]]; then
98
98
# some magic to find out the real location of this script dealing with symlinks
99
99
DIR=`readlink "$0"` || DIR="$0";
@@ -125,4 +125,4 @@ create_vm_script "pharo-server"
125
125
# chmod +x tmp/pharo-server
126
126
127
127
echo ' @echo off
128
- start /min vm\win32\Pharo.exe PharoThings32.image' > tmp/pharo.bat
128
+ start /min vm\win32\Pharo.exe PharoThings32.image' > tmp/pharo.bat
You can’t perform that action at this time.
0 commit comments