scripts

scripts i made for me
git clone https://s.sonu.ch/~rei/scripts.git
Log | Files | Refs | README

commit 45d6862f8a7a8ccc1789e3dbc8d08ce9b2d2a440
parent 1ca742b9558cd2509fae70f384078d43e25ce9d2
Author: rei <rei@sonu.ch>
Date:   Sun, 10 Oct 2021 16:53:18 +0300

Ziggy Stardust

Diffstat:
Mubuntu.sh | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/ubuntu.sh b/ubuntu.sh @@ -3,8 +3,7 @@ # script for after minimal ubuntu install echo "installing packages" -apt install wireguard neovim vlc geany hexchat thunderbird gnome-tweaks wget curl qemu qemu-kvm neofetch gcc cups printer-driver-gutenprint -systemctl enable cups +apt install wireguard neovim vlc geany hexchat thunderbird gnome-tweaks wget curl qemu qemu-kvm neofetch gcc cups printer-driver-gutenprint fonts-font-awesome fonts-lato lollypop exfalso youtube-dl echo "installing multimedia codecs" add-apt-repository multiverse @@ -12,7 +11,7 @@ apt install ubuntu-restricted-extras echo "installing steam" cd /opt && wget https://cdn.cloudflare.steamstatic.com/client/installer/steam.deb -dpkg -i steam.deb && sudo apt --fix-broken install && sudo dpkg -i steam.deb +apt install ./steam.deb echo "installing wine and video drivers" dpkg --add-architecture i386