feat: uuid fallback, apt setup on Ubuntu

This commit is contained in:
Andrejus
2023-02-24 23:45:11 +00:00
parent 50193eca51
commit 9b414552ce
6 changed files with 24 additions and 17 deletions

View File

@@ -13,10 +13,8 @@ to be installed by running:
# Dependencies if running on Debian
sudo apt update && sudo apt install --no-install-recommends --yes \
software-properties-common \
uuid-runtime \
wget
# Inspect source
wget https://raw.githubusercontent.com/andrejusk/dotfiles/HEAD/script/setup -qO - | less