This repository was archived by the owner on Apr 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInstall.sh
29 lines (29 loc) · 1.4 KB
/
Install.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
mkdir Hicup
cd Hicup
mkdir videos
mkdir music
mkdir photos
mkdir My-HTML
cd videos
wget https://raw.githubusercontent.com/HttpAnimation/Hicup/main/VideosFolder.txt
cd ../
cd music
wget https://raw.githubusercontent.com/HttpAnimation/Hicup/main/MusicFolder.txt
cd ../
cd photos
wget https://raw.githubusercontent.com/HttpAnimation/Hicup/main/PhotosFolder.txt
cd ../
wget https://raw.githubusercontent.com/HttpAnimation/Hicup/main/000-default.conf
wget https://raw.githubusercontent.com/HttpAnimation/Hicup/main/Build.sh
wget https://raw.githubusercontent.com/HttpAnimation/Hicup/main/BuildAndRun.sh
wget https://raw.githubusercontent.com/HttpAnimation/Hicup/main/Dockerfile
wget https://raw.githubusercontent.com/HttpAnimation/Hicup/main/Run.sh
wget https://raw.githubusercontent.com/HttpAnimation/Hicup/main/apache2.conf
wget https://raw.githubusercontent.com/HttpAnimation/Hicup/main/hicup-css.css
wget https://raw.githubusercontent.com/HttpAnimation/Hicup/main/hicup-player.js
wget https://raw.githubusercontent.com/HttpAnimation/Hicup/main/index.html
wget https://raw.githubusercontent.com/HttpAnimation/Hicup/main/package-lock.json
wget https://raw.githubusercontent.com/HttpAnimation/Hicup/main/package.json
wget https://raw.githubusercontent.com/HttpAnimation/Hicup/main/server.js
wget https://raw.githubusercontent.com/HttpAnimation/Hicup/main/server.php
wget https://raw.githubusercontent.com/HttpAnimation/Hicup/main/styles.css