mirror of
https://github.com/wekan/wekan.git
synced 2026-03-12 00:22:34 +01:00
Fix development script to escape character.
Thanks to xet7 !
This commit is contained in:
parent
dec21f34e9
commit
2e9ad941c0
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ cd ~
|
||||||
wget https://releases.wekan.team/meteor-spk/projects.7z
|
wget https://releases.wekan.team/meteor-spk/projects.7z
|
||||||
7z x projects.7z
|
7z x projects.7z
|
||||||
rm projects.7z
|
rm projects.7z
|
||||||
echo "export PATH=$PATH:~/projects/meteor-spk/meteor-spk-0.5.1" >> ~/.bashrc
|
echo "export PATH=\$PATH:~/projects/meteor-spk/meteor-spk-0.5.1" >> ~/.bashrc
|
||||||
source ~/.bashrc
|
source ~/.bashrc
|
||||||
echo "INSTALL DEV VERSION OF SANDSTORM:"
|
echo "INSTALL DEV VERSION OF SANDSTORM:"
|
||||||
curl https://install.sandstorm.io | bash
|
curl https://install.sandstorm.io | bash
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue