mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-17 20:11:17 +00:00
Update vault_setup.sh
This commit is contained in:
parent
b5c83daf7a
commit
fc49a02107
@ -64,7 +64,7 @@ echo -e "${CHECKMARK} \e[1;92m Installing Build Essentials... \e[0m"
|
||||
apt-get install -y build-essential &>/dev/null
|
||||
|
||||
echo -e "${CHECKMARK} \e[1;92m Installing Rust... \e[0m"
|
||||
curl https://sh.rustup.rs -sSf | sh -y
|
||||
curl https://sh.rustup.rs -sSf | sh -s
|
||||
echo 'export PATH=~/.cargo/bin:$PATH' >> ~/.bashrc
|
||||
export PATH=~/.cargo/bin:$PATH
|
||||
which rustc &>/dev/null
|
||||
@ -144,4 +144,4 @@ systemctl restart $(basename $(dirname $GETTY_OVERRIDE) | sed 's/\.d//')
|
||||
systemctl enable vaultwarden.service &>/dev/null
|
||||
systemctl start vaultwarden.service &>/dev/null
|
||||
echo -e "${CHECKMARK} \e[1;92m Cleanup... \e[0m"
|
||||
rm -rf /vault_setup.sh /var/{cache,log}/* /var/lib/apt/lists/*
|
||||
rm -rf /vault_setup.sh /var/{cache,log}/* /var/lib/apt/lists/*
|
||||
|
Loading…
Reference in New Issue
Block a user