This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Download Decima from URL | |
url="https://github.com/ShadelessFox/decima/releases/download/v0.1.25/decima-0.1.25.zip" | |
wget $url -O decima.zip | |
# Extract Decima | |
unzip decima.zip -d decima | |
# Copy files from decima-0.1.25 to decima | |
cp -r decima/decima-0.1.25/* decima/ | |
rm -rf decima/decima-0.1.25/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
**hmm** |