ajout de sudo manquant

main
Gil Portenseigne 2026-08-04 09:16:13 +02:00
parent 8251820756
commit 116b6a5ad6
1 changed files with 4 additions and 4 deletions

View File

@ -6,10 +6,10 @@
groups | grep -q sudo || echo "Please, as root, add $(whoami) to sudo group with : sudo usermod -aG sudo $(whoami), then reboot and relaunch this script" groups | grep -q sudo || echo "Please, as root, add $(whoami) to sudo group with : sudo usermod -aG sudo $(whoami), then reboot and relaunch this script"
groups | grep -q sudo || return groups | grep -q sudo || return
dpkg -s noctalia >/dev/null 2>&1 || { sudo dpkg -s noctalia >/dev/null 2>&1 || {
wget -qO- https://pkg.noctalia.dev/deb/nickh-archive-keyring.deb >/tmp/key.deb && dpkg -i /tmp/key.deb sudo wget -qO- https://pkg.noctalia.dev/deb/nickh-archive-keyring.deb >/tmp/key.deb && sudo dpkg -i /tmp/key.deb
wget -qO /etc/apt/sources.list.d/noctalia-trixie.sources https://pkg.noctalia.dev/deb/noctalia-trixie.sources && apt update sudo wget -qO /etc/apt/sources.list.d/noctalia-trixie.sources https://pkg.noctalia.dev/deb/noctalia-trixie.sources && sudo apt update
apt install -y noctalia; } sudo apt install -y noctalia; }
sudo apt update sudo apt update
sudo apt install -y yadm vim-gtk3 vim vim-nox fzf cmake zsh \ sudo apt install -y yadm vim-gtk3 vim vim-nox fzf cmake zsh \