-
-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Preaparing for first xfce4 fs file pre-release
modified: README.md new file: etc/scripts/dbus-wake.sh new file: etc/scripts/hippo new file: gitignore modified: install.sh
- Loading branch information
1 parent
4590726
commit 13ee270
Showing
5 changed files
with
26 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
# ubuntu-on-android | ||
![status](https://img.shields.io/badge/status-in%20early%20stages%20of%20buliding-orange) | ||
|
||
A twaked ubuntu-21.04 port runs on android with termux/proot-distro | ||
|
||
## More updates comming soon👊. |
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,8 @@ | ||
#!/usr/bin/env bash | ||
|
||
# simple script to run dbus on start by SaicharanKandukuri | ||
|
||
if [ ! -f /tmp/dbus-wake.lock ]; then | ||
service dbus start > /dev/null 2>&1 | ||
touch /tmp/dbus-wake.lock | ||
fi |
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,2 @@ | ||
#!/usr/bin/env bash | ||
proot-distro launch hippo --bind /dev/null:/proc/sys/kernel/cap_last_cap --user ubuntu |
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