Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion Scripts/Installer/Ubuntu/ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,15 @@ else
fi
EOM

echo "making abbreviation"
cat >> .bashrc <<-EOM
ubuntu() {
./start-ubuntu.sh
}
EOM
chmod +x .bashrc
source .bashrc

echo "Setting up pulseaudio so you can have music in distro."

pkg install pulseaudio -y
Expand All @@ -97,4 +106,4 @@ echo "making $bin executable"
chmod +x $bin
echo "removing image for some space"
rm $tarball
echo "You can now launch Ubuntu with the ./${bin} script"
echo "You can now launch Ubuntu with ubuntu"