tryin oniux from normie install
This commit is contained in:
@@ -62,6 +62,7 @@ if [ ! -z "$1" ]; then
|
|||||||
source $rcfile
|
source $rcfile
|
||||||
else
|
else
|
||||||
echo -e "\ndotnet installed, skipping install of repo\n"
|
echo -e "\ndotnet installed, skipping install of repo\n"
|
||||||
|
source $rcfile
|
||||||
fi
|
fi
|
||||||
## dotnet
|
## dotnet
|
||||||
### haveibeenpwned-downloader
|
### haveibeenpwned-downloader
|
||||||
@@ -90,6 +91,7 @@ if [ ! -z "$1" ]; then
|
|||||||
source $rcfile
|
source $rcfile
|
||||||
else
|
else
|
||||||
echo -e "\nlinuxbrew installed, skipping install\n"
|
echo -e "\nlinuxbrew installed, skipping install\n"
|
||||||
|
source $rcfile
|
||||||
fi
|
fi
|
||||||
### install ponysay
|
### install ponysay
|
||||||
if [ ! $(which ponysay) ]; then
|
if [ ! $(which ponysay) ]; then
|
||||||
@@ -98,12 +100,15 @@ if [ ! -z "$1" ]; then
|
|||||||
if ! grep 'ponysay fix' $rcfile; then
|
if ! grep 'ponysay fix' $rcfile; then
|
||||||
echo "adding ponysay fix to $rcfile"
|
echo "adding ponysay fix to $rcfile"
|
||||||
echo -e "# ponysay fix\nexport PYTHONWARNINGS=ignore::SyntaxWarning" >> $rcfile
|
echo -e "# ponysay fix\nexport PYTHONWARNINGS=ignore::SyntaxWarning" >> $rcfile
|
||||||
|
source $rcfile
|
||||||
else
|
else
|
||||||
echo "ponysay fix already in $rcfile skipping"
|
echo "ponysay fix already in $rcfile skipping"
|
||||||
|
source $rcfile
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
echo -e "\nponysay already installed, skipping\n"
|
echo -e "\nponysay already installed, skipping\n"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# cargo
|
# cargo
|
||||||
## oniux
|
## oniux
|
||||||
echo -e "\nINSTALLIN TOR ONIUX\n"
|
echo -e "\nINSTALLIN TOR ONIUX\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user