Fix typo
This commit is contained in:
parent
1ec769411d
commit
f1d34f86e1
1 changed files with 1 additions and 1 deletions
|
@ -579,7 +579,7 @@ function upgrade2ultimate
|
||||||
fi
|
fi
|
||||||
if grep -R "BlackArch" /tmp/setup-assistant/development.txt; then
|
if grep -R "BlackArch" /tmp/setup-assistant/development.txt; then
|
||||||
echo "curl -O https://blackarch.org/strap.sh
|
echo "curl -O https://blackarch.org/strap.sh
|
||||||
echmod +x strap.sh
|
chmod +x strap.sh
|
||||||
sudo ./strap.sh
|
sudo ./strap.sh
|
||||||
rm strap.sh
|
rm strap.sh
|
||||||
sudo pacman -Syu" >> /tmp/setup-assistant/setup_root.sh
|
sudo pacman -Syu" >> /tmp/setup-assistant/setup_root.sh
|
||||||
|
|
Loading…
Reference in a new issue