diff --git a/mx-linux/mx-19.3.sh b/mx-linux/mx-19.3.sh index 23fb7d2..0855377 100644 --- a/mx-linux/mx-19.3.sh +++ b/mx-linux/mx-19.3.sh @@ -3,6 +3,7 @@ # run as: sudo mx-19.3.sh -y apt-get install software-properties-common apt-get update $1 +echo 'deb http://deb.debian.org/debian experimental main' | sudo tee /etc/apt/sources.list.d/experimental.list echo 'deb http://ppa.launchpad.net/stefansundin/truecrypt/ubuntu xenial main' | sudo tee /etc/apt/sources.list.d/truecrypt.list apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0xFFE1FFFFAFEC55BB echo 'deb http://ppa.launchpad.net/atareao/telegram/ubuntu xenial main' | sudo tee /etc/apt/sources.list.d/telegram.list @@ -66,4 +67,6 @@ wget http://ftp.de.debian.org/debian/pool/main/e/ecryptfs-utils/ecryptfs-utils_1 wget http://ftp.de.debian.org/debian/pool/main/e/ecryptfs-utils/libecryptfs1_111-5_amd64.deb apt-get install $1 ./ecryptfs-utils_111-5_amd64.deb ./libecryptfs1_111-5_amd64.deb # wifi mac random address config -cp ./30-randomize-mac-address.conf /etc/NetworkManager/conf.d \ No newline at end of file +cp ./30-randomize-mac-address.conf /etc/NetworkManager/conf.d +apt-get install $1 baobab +apt-get -t experimental install $1 josm \ No newline at end of file