We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi. Update provision.sh with:
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
sudo mkdir /etc/samurai.d/certs
sudo ln -s /usr/local/bin/pip3.8 /usr/bin/pip3.8 sudo pip3.8 install --upgrade pip sudo chmod -x /etc/systemd/system/samurai-katana.service
BRANCH="master"
BRANCH="main"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi.
Update provision.sh with:
Line 6, add
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
Line 70, add
sudo mkdir /etc/samurai.d/certs
Line 82, add:
sudo ln -s /usr/local/bin/pip3.8 /usr/bin/pip3.8
sudo pip3.8 install --upgrade pip
sudo chmod -x /etc/systemd/system/samurai-katana.service
Line 89, change
BRANCH="master"
To
BRANCH="main"
The text was updated successfully, but these errors were encountered: