Skip to content

Commit

Permalink
Code & Features Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nathaneltitane committed Aug 25, 2023
1 parent dca7e5d commit a6814cd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion container-expansion
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ command_expand=$(command -v unminimize)

frobulator.silence "yes | ${command_expand}" &

frobulator.progress "Expanding..."
frobulator.progress expand
echo
2 changes: 1 addition & 1 deletion container-repositories
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ sed -i \

frobulator.log "apt update" &

frobulator.progress "Forcing refresh..."
frobulator.progress refresh
echo
1 change: 0 additions & 1 deletion container-session
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,6 @@ server_intent () {
:
else
load_command+="termux-x11"
load_command+=" ${DISPLAY}"

${load_command} > /dev/null 2>&1 &
fi
Expand Down
3 changes: 1 addition & 2 deletions termux-additions
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ open_intent () {

# notice

frobulator.inf "This utility sets up Termux project additions:"
frobulator.nul "These additions are fetched directly from their respective GitHub project release pages."
frobulator.inf "This utility sets up Termux project additions: These additions are fetched directly from their respective GitHub project release pages."
echo

frobulator.wrn "Enable the 'Install Unknown apps' permission for Termux and all other companion applications:"
Expand Down

0 comments on commit a6814cd

Please sign in to comment.