This commit is contained in:
qo-op 2020-12-13 20:31:20 +01:00
parent 75e011ee66
commit c8feaed3ee
1 changed files with 0 additions and 7 deletions

View File

@ -1,5 +1,4 @@
#!/bin/bash
{
# Check requirements
sudo apt update
@ -14,9 +13,6 @@ curl -s $gitpath/.install/export_colors.sh | bash || exit 1
[[ -n $(grep ".bash_aliases" ~/.bashrc) ]] && echo ". ~/.bash_aliases" >> ~/.bashrc
. ~/.bash_aliases
# Get arguments
args="$@"
# IPFS install
echo -e "${c_green}AstrXbian installer
###
@ -37,7 +33,4 @@ cd ~/.zen/astrXbian/
## TODO add ipfs service with xbian-config
echo -e "${c_green}Installation complete$c_"
exec bash
}