Skip to content

Instantly share code, notes, and snippets.

@akamas
Created July 10, 2021 22:46
Show Gist options
  • Save akamas/6fa7662aab97de77784ca745d83bde9d to your computer and use it in GitHub Desktop.
Save akamas/6fa7662aab97de77784ca745d83bde9d to your computer and use it in GitHub Desktop.
OneRowInstallSDebxfce4.sh
apt update -y && apt upgrade -y
apt update && apt upgrade -y && apt install ubuntu-desktop xfce4 dbus-x11 xrdp net-tools -y && apt autoremove -y && /etc/init.d/xrdp start
echo xfce4-session > ~/.xsession
# 3 # Firefox + Synaptic
apt install synaptic -y && apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A6DCF7707EBC211F && echo "deb http://ppa.launchpad.net/ubuntu-mozilla-security/ppa/ubuntu bionic main" > /etc/apt/sources.list.d/firefox.list && apt update -y && apt install firefox -y
apt install davfs2 -y && apt install sshfs -y && apt install nfs-common -y && apt install ifupdown2 -y
# 8 AppArmor
apt-get install apparmor -y && apt-get install apparmor-utils -y && sudo apt-get install apparmor-profiles apparmor-profiles-extra -y && sudo service apparmor start
# 9 # Update & FullUpgrade & aufräumen
apt update -y && apt full-upgrade -y && apt dist-upgrade -y && apt autoremove && apt autoclean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment