Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
#!/bin/bash
set -v
apt-get install -y command-not-found
echo "deb http://ftp.de.debian.org/debian/ stretch contrib non-free" > /etc/apt/sources.list.d/contrib-nonfree.list
apt update
apt full-upgrade -y
apt install firmware-iwlwifi
apt install sudo
adduser gast sudo || true
adduser guest sudo || true
update-command-not-found
apt-get install -y gcc
apt-get install -y psmisc
echo XFCE_PANEL_MIGRATE_DEFAULT=1 >> /etc/environment
apt-get install -y inkscape
apt-get install -y geany
apt-get install -y thunderbird