mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
#1784 add env var to admin bashrc
This commit is contained in:
parent
3fdfd4c4b7
commit
090cc9b111
1 changed files with 4 additions and 0 deletions
|
@ -716,6 +716,10 @@ sudo bash -c "echo 'net.core.wmem_max = 1048576' >> /etc/sysctl.conf"
|
|||
# install a command-line fuzzy finder (https://github.com/junegunn/fzf)
|
||||
sudo apt -y install fzf
|
||||
|
||||
sudo bash -c "echo '' >> /home/admin/.bashrc"
|
||||
sudo bash -c "echo '# https://github.com/rootzoll/raspiblitz/issues/1784' >> /home/admin/.bashrc"
|
||||
sudo bash -c "echo 'NG_CLI_ANALYTICS=ci' >> /home/admin/.bashrc"
|
||||
|
||||
sudo bash -c "echo '' >> /home/admin/.bashrc"
|
||||
sudo bash -c "echo '# Raspiblitz' >> /home/admin/.bashrc"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue