Created
July 10, 2021 22:46
-
-
Save akamas/6fa7662aab97de77784ca745d83bde9d to your computer and use it in GitHub Desktop.
OneRowInstallSDebxfce4.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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