mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04: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
|
||||
7z x 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
|
||||
echo "INSTALL DEV VERSION OF SANDSTORM:"
|
||||
curl https://install.sandstorm.io | bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue