mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 22:33:55 -07:00
parent
0032065854
commit
4413e02488
1 changed files with 3 additions and 1 deletions
|
@ -124,7 +124,9 @@ function chmod_r(string $dir, int $dirPermissions, int $filePermissions): void
|
||||||
}
|
}
|
||||||
|
|
||||||
// Welcoming message
|
// Welcoming message
|
||||||
out("--- TorrentPier Installer ---\n", 'info');
|
out("---------- TorrentPier Installer ----------", 'info');
|
||||||
|
out("Made with love for Humans!", 'info');
|
||||||
|
out("-------------------------------------------\n", 'info');
|
||||||
sleep(1);
|
sleep(1);
|
||||||
|
|
||||||
// Setting permissions
|
// Setting permissions
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue