User Tools

Site Tools


build

This is an old revision of the document!


sudo apt install etckeeper tig git -y
sudo apt update && sudo apt upgrade -y && sudo apt autoremove && sudo reboot

curl -o 10-Update 'https://wiki.cyli.org/doku.php?do=export_code&id=auto_update_without_password&codeblock=0'
curl -o 10-Update.rules 'https://wiki.cyli.org/doku.php?do=export_code&id=auto_update_without_password&codeblock=1'
sudo chown root:root 10-Update*
sudo chmod 0440 10-Update
sudo chmod 0644 10-Update.rules 
sudo mv 10-Update /etc/sudoers.d/
sudo mv 10-Update.rules /etc/polkit-1/rules.d/

cd /tmp
for Font in anonymous_pro roboto_mono reddit_mono ; do
    wget -O ${Font}.zip "https://wiki.cyli.org/lib/exe/fetch.php?media=other:${Font}.zip"
    sudo unzip -j ${Font}.zip "*.ttf" -d /usr/share/fonts/${Font}/; done
    sudo fc-cache -v -f /usr/share/fonts
    fc-cache -v -f ~/.cache/fontconfig

sudo apt install -y neovim mc btop htop glances chromium flameshot rpi-imager f3 keepassxc \
	nmap openssh-server vlc transmission wget gnupg ncdu rsync tmux inkscape openscad \
	xfig* freerdp3-x11 syncthing obs-studio elinks links lynx w3m

sudo fwupdmgr refresh
sudo fwupdmgr update  ## Reboot after...
build.1786012388.txt.gz · Last modified: by steve