Fix permission denied error when running the binary.
This commit is contained in:
parent
6adc8bef43
commit
f3f71db354
|
@ -75,8 +75,12 @@ fi
|
|||
|
||||
cp telebit ../telebit
|
||||
|
||||
|
||||
cd ..
|
||||
|
||||
rm -rf .teletemp
|
||||
|
||||
echo "Creating a directory needed for running the binary. You might have to enter your password."
|
||||
sudo mkdir /snapshot
|
||||
|
||||
echo "Done"
|
||||
|
|
Loading…
Reference in New Issue