-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automated installation script for Ubuntu
- Loading branch information
1 parent
8e6817a
commit 9db12cc
Showing
3 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
[Desktop Entry] | ||
Encoding=UTF-8 | ||
Name=Ragnar | ||
Comment=Ragnar Window Manager | ||
Exec=ragnar | ||
Icon=ragnar | ||
Type=XSession |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
sudo apt-get install xorg xorg-dev gcc make git | ||
sudo apt-get install libfreetype6-dev | ||
git clone https://github.com/cococry/Ragnar.git | ||
cd Ragnar | ||
sudo make clean ubuntu_install | ||
sudo cp ragnar.desktop /usr/share/xsessions/ragnar.desktop |